Skip to content

Commit 3e2f498

Browse files
Update dind-images
1 parent 286010d commit 3e2f498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ssh.earth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test:
77
RUN --ssh test -n "$SSH_AUTH_SOCK" && ssh-add -l | grep 'rsa-key-from-earthly-tests'
88

99
test-with-docker:
10-
FROM earthly/dind:alpine-3.16-docker-20.10.20-r0
10+
FROM earthly/dind:alpine-3.19-docker-25.0.2-r0
1111
RUN apk --update add openssh-client
1212
WITH DOCKER
1313
RUN --ssh test -n "$SSH_AUTH_SOCK" && ssh-add -l | grep 'rsa-key-from-earthly-tests'

tests/with-docker-kind/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ alpine-kind:
1616
END
1717

1818
ubuntu-kind:
19-
FROM earthly/dind:ubuntu-23.04-docker-24.0.5-1
19+
FROM earthly/dind:ubuntu-23.04-docker-24.0.9-1
2020
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v$KIND_VERSION/kind-linux-amd64 && chmod +x kind
2121
WITH DOCKER
2222
RUN ./kind create cluster --verbosity 99999 --retain

0 commit comments

Comments
 (0)