Skip to content

Commit eeff0bd

Browse files
chore(docker): update docker digests
1 parent cca31e6 commit eeff0bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v8/Dockerfile.multiarch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/alpine:3.24.1@sha256:bec4ccd3817e7c824eb0388971a0b83fab111d586285511ba0266b77e8dc65a9 AS node-builder
1+
FROM docker.io/alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS node-builder
22

33
ARG VERSION="8.0.1"
44
ARG GIT_REF="v${VERSION}"
@@ -51,7 +51,7 @@ RUN CGO_ENABLED=1 ENABLE_VIPS=true \
5151
make release-linux-docker-${TARGETARCH} VERSION=${VERSION}
5252

5353

54-
FROM docker.io/alpine:3.24.1@sha256:bec4ccd3817e7c824eb0388971a0b83fab111d586285511ba0266b77e8dc65a9
54+
FROM docker.io/alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
5555

5656
ARG VERSION=""
5757
ARG REVISION=""

0 commit comments

Comments
 (0)