Skip to content

Commit 76e8815

Browse files
patch(deps): update docker digests (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d48b3ef commit 76e8815

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.2-alpine3.21@sha256:b34e174bf963e0e109b0abc0e60f5b8319240084b3623dd131a89cd48f597f8d AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.25.2-alpine3.21@sha256:5ea2a92bd01024ea2e0a6daa8c57639835bddbec87c0e6b30332008d37424596 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@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
19+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
2020

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

0 commit comments

Comments
 (0)