Skip to content

Commit f8d8cda

Browse files
Bump the docker-deps group across 2 directories with 2 updates (#1766)
Bumps the docker-deps group with 1 update in the /integration directory: golang. Bumps the docker-deps group with 2 updates in the /trillian/examples/deployment/docker/ctfe directory: golang and distroless/base-debian12. Updates `golang` from 1.25.6-bookworm to 1.26.0-bookworm Updates `golang` from 1.25.6-bookworm to 1.26.0-bookworm Updates `distroless/base-debian12` from `347a41e` to `937c7ea` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-deps - dependency-name: golang dependency-version: 1.26.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-deps - dependency-name: distroless/base-debian12 dependency-version: 937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56 dependency-type: direct:production dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e030cb1 commit f8d8cda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile builds a base image for the certificate-transparency-go CloudBuild integration testing.
22
# See https://hub.docker.com/_/golang for the set of golang base images.
3-
FROM golang:1.25.6-bookworm@sha256:2f768d462dbffbb0f0b3a5171009f162945b086f326e0b2a8fd5d29c3219ff14 AS ct_testbase
3+
FROM golang:1.26.0-bookworm@sha256:4465a2fd010308d9de86a610b56ed8ae788da5f0cf2e6ebe33d8e1f275dd2580 AS ct_testbase
44

55
WORKDIR /testbase
66

trillian/examples/deployment/docker/ctfe/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.6-bookworm@sha256:2f768d462dbffbb0f0b3a5171009f162945b086f326e0b2a8fd5d29c3219ff14 as build
1+
FROM golang:1.26.0-bookworm@sha256:4465a2fd010308d9de86a610b56ed8ae788da5f0cf2e6ebe33d8e1f275dd2580 as build
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS
@@ -12,7 +12,7 @@ COPY . .
1212

1313
RUN go build ./trillian/ctfe/ct_server
1414

15-
FROM gcr.io/distroless/base-debian12@sha256:347a41e7f263ea7f7aba1735e5e5b1439d9e41a9f09179229f8c13ea98ae94cf
15+
FROM gcr.io/distroless/base-debian12@sha256:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
1616

1717
COPY --from=build /build/ct_server /
1818

0 commit comments

Comments
 (0)