Skip to content

Commit 4659807

Browse files
Bump the all-deps group across 3 directories with 1 update
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 /integration directory: golang. Updates `golang` from 1.25.0-bookworm to 1.25.1-bookworm Updates `golang` from 1.25.0-bookworm to 1.25.1-bookworm Updates `golang` from 1.25.0-bookworm to 1.25.1-bookworm --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.1-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.25.1-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-version: 1.25.1-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5453533 commit 4659807

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.25.0-bookworm@sha256:81dc45d05a7444ead8c92a389621fafabc8e40f8fd1a19d7e5df14e61e98bc1a AS builder
1+
FROM golang:1.25.1-bookworm@sha256:2960a1db140a9a6dd42b15831ec6f8da0c880df98930411194cf11875d433021 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.25.0-bookworm@sha256:81dc45d05a7444ead8c92a389621fafabc8e40f8fd1a19d7e5df14e61e98bc1a
22+
FROM golang:1.25.1-bookworm@sha256:2960a1db140a9a6dd42b15831ec6f8da0c880df98930411194cf11875d433021
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.25.0-bookworm@sha256:81dc45d05a7444ead8c92a389621fafabc8e40f8fd1a19d7e5df14e61e98bc1a AS builder
1+
FROM golang:1.25.1-bookworm@sha256:2960a1db140a9a6dd42b15831ec6f8da0c880df98930411194cf11875d433021 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.25.0-bookworm@sha256:81dc45d05a7444ead8c92a389621fafabc8e40f8fd1a19d7e5df14e61e98bc1a
22+
FROM golang:1.25.1-bookworm@sha256:2960a1db140a9a6dd42b15831ec6f8da0c880df98930411194cf11875d433021
2323

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

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.25.0-bookworm@sha256:81dc45d05a7444ead8c92a389621fafabc8e40f8fd1a19d7e5df14e61e98bc1a AS testbase
2+
FROM golang:1.25.1-bookworm@sha256:2960a1db140a9a6dd42b15831ec6f8da0c880df98930411194cf11875d433021 AS testbase
33

44
WORKDIR /testbase
55

0 commit comments

Comments
 (0)