We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286010d commit 3e2f498Copy full SHA for 3e2f498
2 files changed
tests/ssh.earth
@@ -7,7 +7,7 @@ test:
7
RUN --ssh test -n "$SSH_AUTH_SOCK" && ssh-add -l | grep 'rsa-key-from-earthly-tests'
8
9
test-with-docker:
10
- FROM earthly/dind:alpine-3.16-docker-20.10.20-r0
+ FROM earthly/dind:alpine-3.19-docker-25.0.2-r0
11
RUN apk --update add openssh-client
12
WITH DOCKER
13
tests/with-docker-kind/Earthfile
@@ -16,7 +16,7 @@ alpine-kind:
16
END
17
18
ubuntu-kind:
19
- FROM earthly/dind:ubuntu-23.04-docker-24.0.5-1
+ FROM earthly/dind:ubuntu-23.04-docker-24.0.9-1
20
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v$KIND_VERSION/kind-linux-amd64 && chmod +x kind
21
22
RUN ./kind create cluster --verbosity 99999 --retain
0 commit comments