Skip to content

Commit 6c4b260

Browse files
Update alpine Docker tag to v3.22
1 parent b81a8e0 commit 6c4b260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ compile:
3636
SAVE ARTIFACT node_modules AS LOCAL node_modules
3737

3838
test-compile-was-run:
39-
FROM alpine:3.20
39+
FROM alpine:3.22
4040
COPY +compile/dist /from-git
4141
COPY +compile/dist /from-compile
4242
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:
6464
RUN grep 'Found tool in cache' output2
6565

6666
lint-newline:
67-
FROM alpine:3.20
67+
FROM alpine:3.22
6868
WORKDIR /everything
6969
COPY . .
7070
# test that line endings are unix-style

0 commit comments

Comments
 (0)