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)