We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81a8e0 commit 6c4b260Copy full SHA for 6c4b260
Earthfile
@@ -36,7 +36,7 @@ compile:
36
SAVE ARTIFACT node_modules AS LOCAL node_modules
37
38
test-compile-was-run:
39
- FROM alpine:3.20
+ FROM alpine:3.22
40
COPY +compile/dist /from-git
41
COPY +compile/dist /from-compile
42
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)
@@ -64,7 +64,7 @@ test-run:
64
RUN grep 'Found tool in cache' output2
65
66
lint-newline:
67
68
WORKDIR /everything
69
COPY . .
70
# test that line endings are unix-style
0 commit comments