Skip to content

Commit 83c41ea

Browse files
Bump golang
Bumps the all-deps group in /binary_transparency/firmware/cmd/ft_personality with 1 update: golang. Updates `golang` from `45b4337` to `1a26d5a` --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b06d4d commit 83c41ea

File tree

1 file changed

+2
-2
lines changed
  • binary_transparency/firmware/cmd/ft_personality

1 file changed

+2
-2
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.1-bullseye@sha256:45b43371f21ec51276118e6806a22cbb0bca087ddd54c491fdc7149be01035d5 AS builder
1+
FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 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.1-bullseye@sha256:45b43371f21ec51276118e6806a22cbb0bca087ddd54c491fdc7149be01035d5
22+
FROM golang:1.23.1-bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1
2323

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

0 commit comments

Comments
 (0)