We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8990c03 commit 3f9733eCopy full SHA for 3f9733e
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG DIND_TAG=20.10.17-dind-alpine3.16
+ARG DIND_TAG=27.5.1-dind-alpine3.21
2
FROM docker:${DIND_TAG}
3
RUN apk add --no-cache docker-credential-ecr-login
4
RUN mkdir -p $HOME/.docker/ && echo '{"credsStore": "ecr-login"}' > $HOME/.docker/config.json
0 commit comments