Skip to content

Commit b6de21d

Browse files
Bump golang
Bumps the all-deps group in /binary_transparency/firmware/cmd/ft_personality with 1 update: golang. Updates `golang` from 1.23.1-bullseye to 1.23.2-bullseye --- 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 8a9a10a commit b6de21d

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:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 AS builder
1+
FROM golang:1.23.2-bullseye@sha256:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4 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:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1
22+
FROM golang:1.23.2-bullseye@sha256:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4
2323

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

0 commit comments

Comments
 (0)