Skip to content

Commit

Permalink
Upgrade Docker version for +dind (#3379)
Browse files Browse the repository at this point in the history
Fixes a test failure in `main`.
  • Loading branch information
mikejholly authored Oct 13, 2023
1 parent b901ff1 commit 61d3751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ all-buildkitd:
./buildkitd+buildkitd --BUILDKIT_PROJECT="$BUILDKIT_PROJECT"

dind-alpine:
BUILD +dind --OS_IMAGE=alpine --OS_VERSION=3.18 --DOCKER_VERSION=23.0.6-r5
BUILD +dind --OS_IMAGE=alpine --OS_VERSION=3.18 --DOCKER_VERSION=23.0.6-r6

dind-ubuntu:
BUILD +dind --OS_IMAGE=ubuntu --OS_VERSION=20.04 --DOCKER_VERSION=5:24.0.5-1~ubuntu.20.04~focal
Expand Down

0 comments on commit 61d3751

Please sign in to comment.