We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d566 commit 713fd15Copy full SHA for 713fd15
1 file changed
Earthfile
@@ -40,7 +40,7 @@ compile:
40
SAVE ARTIFACT dist AS LOCAL dist
41
42
test-compile-was-run:
43
- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
44
COPY +compile/dist /from-git
45
COPY +compile/dist /from-compile
46
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