Skip to content

Commit

Permalink
Update the minimal image to gcr.io/distroless/base-debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Sep 11, 2023
1 parent cc3621e commit 79a6524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trillian/examples/deployment/docker/ctfe/Dockerfile
Expand Up @@ -10,9 +10,9 @@ COPY go.sum .
RUN go mod download
COPY . .

RUN CGO_ENABLED=0 go build ./trillian/ctfe/ct_server
RUN go build ./trillian/ctfe/ct_server

FROM gcr.io/distroless/base@sha256:46c5b9bd3e3efff512e28350766b54355fce6337a0b44ba3f822ab918eca4520
FROM gcr.io/distroless/base-debian12@sha256:d64f5483d2fd0cec2260941c443cb2947102e46e1a9fe36a321d0a788c1a49e0

COPY --from=build /build/ct_server /

Expand Down

0 comments on commit 79a6524

Please sign in to comment.