File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
binary_transparency/firmware/cmd/ft_personality Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.23.1 -bullseye@sha256:1a26d5ad2e9bdbe9206f1db3035dbf90ad2b4ad09ccbbbcf5ec0c4e56bbe77d1 AS builder
1+ FROM golang:1.23.2 -bullseye@sha256:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4 AS builder
22LABEL stage=builder
33
44ARG GOFLAGS=""
@@ -19,7 +19,7 @@ COPY . .
1919RUN 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
2424COPY --from=builder /build/ft_personality /bin/ft_personality
2525ENTRYPOINT ["/bin/ft_personality" ]
You can’t perform that action at this time.
0 commit comments