Skip to content

Commit

Permalink
Bump the all-deps group (#1585)
Browse files Browse the repository at this point in the history
Bumps the all-deps group in /trillian/examples/deployment/docker/ctfe with 2 updates: golang and distroless/base-debian12.


Updates `golang` from `1a5326b` to `dba79eb`

Updates `distroless/base-debian12` from `88e0a2a` to `6ae5fe6`

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
  dependency-group: all-deps
...

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] authored Sep 30, 2024
1 parent c16d46c commit 2724d27
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
@@ -1,4 +1,4 @@
FROM golang:1.23.1-bookworm@sha256:1a5326b07cbab12f4fd7800425f2cf25ff2bd62c404ef41b56cb99669a710a83 as build
FROM golang:1.23.1-bookworm@sha256:dba79eb312528369dea87532a65dbe9d4efb26439a0feacc9e7ac9b0f1c7f607 as build

ARG GOFLAGS=""
ENV GOFLAGS=$GOFLAGS
Expand All @@ -12,7 +12,7 @@ COPY . .

RUN go build ./trillian/ctfe/ct_server

FROM gcr.io/distroless/base-debian12@sha256:88e0a2ac7c9b54f1ef941e7978c21fd45b46cc6e768f4bc28f3618a51438dc5d
FROM gcr.io/distroless/base-debian12@sha256:6ae5fe659f28c6afe9cc2903aebc78a5c6ad3aaa3d9d0369760ac6aaea2529c8

COPY --from=build /build/ct_server /

Expand Down

0 comments on commit 2724d27

Please sign in to comment.