Skip to content

Commit d1bb1ea

Browse files
patch(deps): pin dependencies (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 878b8d2 commit d1bb1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/terrastate/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
RUN apk add --no-cache -U git curl
44
RUN 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

2121
RUN apk add --no-cache ca-certificates mailcap && \
2222
addgroup -g 1337 terrastate && \

0 commit comments

Comments
 (0)