Skip to content

Commit 0d872cb

Browse files
Bump the all-deps group across 6 directories with 1 update (#1321)
Bumps the all-deps group with 1 update in the /binary_transparency/firmware/cmd/ft_personality directory: golang. Bumps the all-deps group with 1 update in the /binary_transparency/firmware/cmd/ftmapserver directory: golang. Bumps the all-deps group with 1 update in the /clone/cmd/ctclone directory: golang. Bumps the all-deps group with 1 update in the /clone/cmd/ctverify directory: golang. Bumps the all-deps group with 1 update in the /clone/cmd/sumdbclone directory: golang. Bumps the all-deps group with 1 update in the /integration directory: golang. Updates `golang` from 1.24.1-bullseye to 1.24.2-bullseye Updates `golang` from 1.24.1-bullseye to 1.24.2-bullseye Updates `golang` from 1.24.1-alpine3.20 to 1.24.2-alpine3.20 Updates `golang` from 1.24.1-alpine3.20 to 1.24.2-alpine3.20 Updates `golang` from 1.24.1-alpine3.20 to 1.24.2-alpine3.20 Updates `golang` from 1.24.1-bullseye to 1.24.2-bullseye --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.2-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.2-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.2-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.2-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.2-alpine3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.24.2-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e67c454 commit 0d872cb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

binary_transparency/firmware/cmd/ft_personality/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff AS builder
1+
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS builder
22
LABEL stage=builder
33

44
ARG GOFLAGS=""
@@ -19,7 +19,7 @@ COPY . .
1919
RUN go build ./binary_transparency/firmware/cmd/ft_personality
2020

2121
# Build release image
22-
FROM golang:1.24.1-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff
22+
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6
2323

2424
COPY --from=builder /build/ft_personality /bin/ft_personality
2525
ENTRYPOINT ["/bin/ft_personality"]

binary_transparency/firmware/cmd/ftmapserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff AS builder
1+
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS builder
22
LABEL stage=builder
33

44
ARG GOFLAGS=""
@@ -19,7 +19,7 @@ COPY . .
1919
RUN go build ./binary_transparency/firmware/cmd/ftmapserver
2020

2121
# Build release image
22-
FROM golang:1.24.1-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff
22+
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6
2323

2424
COPY --from=builder /build/ftmapserver /bin/ftmapserver
2525
ENTRYPOINT ["/bin/ftmapserver"]

clone/cmd/ctclone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
1+
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS

clone/cmd/ctverify/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
1+
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS

clone/cmd/sumdbclone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 AS builder
1+
FROM golang:1.24.2-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 AS builder
22

33
ARG GOFLAGS=""
44
ENV GOFLAGS=$GOFLAGS

integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile builds a base image for the CloudBuild integration testing.
2-
FROM golang:1.24.1-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff AS testbase
2+
FROM golang:1.24.2-bullseye@sha256:f50ff25f8331682b44c1582974eb9e620fcb08052fc6ed434f93ca24636fc4d6 AS testbase
33

44
WORKDIR /testbase
55

0 commit comments

Comments
 (0)