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 3302e25 commit 01c9fa4Copy full SHA for 01c9fa4
Dockerfile
@@ -8,9 +8,9 @@ RUN go mod download
8
9
COPY . .
10
11
-RUN CGO_ENABLED=0 go build -trimpath -ldflags='-buildid=' -o /go/bin/app .
+RUN CGO_ENABLED=1 go build -tags timetzdata -trimpath -ldflags='-buildid=' -o /go/bin/app .
12
13
-FROM gcr.io/distroless/static-debian12
+FROM gcr.io/distroless/cc-debian12
14
15
COPY --from=build /go/bin/app /
16
COPY --from=build /go/src/app/host.key /
0 commit comments