diff --git a/ast/tests/with-docker.ast.json b/ast/tests/with-docker.ast.json index fcd8f975..11999b05 100644 --- a/ast/tests/with-docker.ast.json +++ b/ast/tests/with-docker.ast.json @@ -926,7 +926,7 @@ "args": [ "+cgroup-v2-test", "--DIND_IMG=$DIND_IMAGE", - "--DIND_IMG=earthly/dind:ubuntu-23.04-docker-24.0.9-1" + "--DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.1-1" ], "name": "BUILD" } diff --git a/tests/with-docker-kind/Earthfile b/tests/with-docker-kind/Earthfile index 6b8fc955..8d4c4fbc 100644 --- a/tests/with-docker-kind/Earthfile +++ b/tests/with-docker-kind/Earthfile @@ -16,7 +16,7 @@ alpine-kind: END ubuntu-kind: - ARG DIND_IMAGE=earthly/dind:ubuntu-23.04-docker-24.0.9-1 + ARG DIND_IMAGE=earthly/dind:ubuntu-23.04-docker-25.0.1-1 FROM $DIND_IMAGE RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v$KIND_VERSION/kind-linux-amd64 && chmod +x kind WITH DOCKER diff --git a/tests/with-docker/Earthfile b/tests/with-docker/Earthfile index dbd18de1..104463b5 100644 --- a/tests/with-docker/Earthfile +++ b/tests/with-docker/Earthfile @@ -163,7 +163,7 @@ if-after: cgroup-v2-test-all: BUILD +cgroup-v2-test \ --DIND_IMG=$DIND_IMAGE \ - --DIND_IMG=earthly/dind:ubuntu-23.04-docker-24.0.9-1 + --DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.1-1 cgroup-v2-test: ARG --required DIND_IMG