Skip to content

Commit

Permalink
Bump distroless/base-debian12 (#1376)
Browse files Browse the repository at this point in the history
Bumps distroless/base-debian12 from `f9b0e86` to `5eae9ef`.

---
updated-dependencies:
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 40a443b commit d4d0723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trillian/examples/deployment/docker/ctfe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . .

RUN go build ./trillian/ctfe/ct_server

FROM gcr.io/distroless/base-debian12@sha256:f9b0e861e881c77033560204e0a1f0368d7fdac60c5bb18457785ee647d70078
FROM gcr.io/distroless/base-debian12@sha256:5eae9ef0b97acf7de819f936e12b24976b2d54333a2cf329615366e16ba598cd

COPY --from=build /build/ct_server /

Expand Down

0 comments on commit d4d0723

Please sign in to comment.