File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
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 --platform=$BUILDPLATFORM golang:1.25.1-alpine3.21 AS builder
1+ FROM --platform=$BUILDPLATFORM golang:1.25.1-alpine3.21@sha256:331bde41663c297cba0f5abf37e929be644f3cbd84bf45f49b0df9d774f4d912 AS builder
22
33RUN apk add --no-cache -U git curl
44RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg \
1616 --mount=type=cache,target=/root/.cache/go-build \
1717 task generate build GOOS=${TARGETOS} GOARCH=${TARGETARCH}
1818
19- FROM alpine:3.22
19+ FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
2020
2121RUN apk add --no-cache ca-certificates mailcap && \
2222 addgroup -g 1337 terrastate && \
You can’t perform that action at this time.
0 commit comments