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