From 2f6e2e9f4db189d1ac1d5927203e5f1ebe0c2b16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:35:21 +0000 Subject: [PATCH] chore(deps): update alpine:3.23 docker digest to 2510918 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1cc0775..6644c89 100644 --- a/Earthfile +++ b/Earthfile @@ -40,7 +40,7 @@ compile: SAVE ARTIFACT dist AS LOCAL dist test-compile-was-run: - FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 + FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 COPY +compile/dist /from-git COPY +compile/dist /from-compile RUN diff -r /from-git /from-compile >/dev/null || (echo "dist and +compile/dist are different, did you forget to run earthly +compile?" && exit 1)