Skip to content

Commit 713fd15

Browse files
chore(deps): update alpine:3.23 docker digest to 2510918
1 parent 7d9d566 commit 713fd15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ compile:
4040
SAVE ARTIFACT dist AS LOCAL dist
4141

4242
test-compile-was-run:
43-
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
43+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
4444
COPY +compile/dist /from-git
4545
COPY +compile/dist /from-compile
4646
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)

0 commit comments

Comments
 (0)