We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b80155 commit 55713e0Copy full SHA for 55713e0
code-engine-cos2cos/Dockerfile
@@ -11,9 +11,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o cos2cos
11
# Stage 2: Final stage (minimal image)
12
FROM gcr.io/distroless/static-debian12
13
14
-# RUN apk --no-cache add ca-certificates
15
-
16
17
# Copy the binary from the builder stage
18
COPY --from=builder /go/src/app/cos2cos /
19
0 commit comments