Skip to content

Commit

Permalink
Bump dind docker to 23.0.6-r7 (#3513)
Browse files Browse the repository at this point in the history
Sadly, a `--DOCKER_VERSION=~23.0.6` attempt led to push failures.
  • Loading branch information
mikejholly authored Nov 20, 2023
1 parent 15524fe commit 7f43f54
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:
DO +BUILD_AND_FROM --TARGET=dind --OS_IMAGE=alpine --OS_VERSION=3.18 --DOCKER_VERSION=23.0.6-r6
DO +BUILD_AND_FROM --TARGET=dind --OS_IMAGE=alpine --OS_VERSION=3.18 --DOCKER_VERSION=23.0.6-r7

dind-ubuntu-20.04:
DO +BUILD_AND_FROM --TARGET=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 7f43f54

Please sign in to comment.