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 Nov 6, 2023
1 parent 3cdc85c commit 768fae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trillian/examples/deployment/docker/ctfe/Dockerfile
Original file line number Diff line number Diff line change
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:b31a6e02605827e77b7ebb82a0ac9669ec51091edd62c2c076175e05556f4ab9
FROM gcr.io/distroless/base-debian12@sha256:1dfdb5ed7d9a66dcfc90135b25a46c25a85cf719b619b40c249a2445b9d055f5

COPY --from=build /build/ct_server /

Expand Down

0 comments on commit 768fae5

Please sign in to comment.