We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdc85c commit 28995dfCopy full SHA for 28995df
trillian/examples/deployment/docker/ctfe/Dockerfile
@@ -10,9 +10,9 @@ COPY go.sum .
10
RUN go mod download
11
COPY . .
12
13
-RUN CGO_ENABLED=0 go build ./trillian/ctfe/ct_server
+RUN go build ./trillian/ctfe/ct_server
14
15
-FROM gcr.io/distroless/base@sha256:b31a6e02605827e77b7ebb82a0ac9669ec51091edd62c2c076175e05556f4ab9
+FROM gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5
16
17
COPY --from=build /build/ct_server /
18
0 commit comments