Skip to content

Commit 51365d9

Browse files
Bump the all-deps group across 3 directories with 1 update (#1286)
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 `0c1625a` to `6d4cbf0` Updates `golang` from `0c1625a` to `6d4cbf0` Updates `golang` from `0c1625a` to `6d4cbf0` --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: golang 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 ca741cb commit 51365d9

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.23.4-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302 AS builder
1+
FROM golang:1.23.4-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 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.23.4-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302
22+
FROM golang:1.23.4-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88
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.23.4-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302 AS builder
1+
FROM golang:1.23.4-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 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.23.4-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302
22+
FROM golang:1.23.4-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88
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.23.4-bullseye@sha256:0c1625adb190cfc734a71d8e1350bc73ce29a0a8081849411a155fe5c9aaf302 AS testbase
2+
FROM golang:1.23.4-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 AS testbase
33

44
WORKDIR /testbase
55

0 commit comments

Comments
 (0)