We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d82c4 commit 1743c73Copy full SHA for 1743c73
bin/retag_latest.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
DOCKER_IMAGE="chusiang/ansible"
4
-DOCKER_TAG="2.4"
+DOCKER_TAG="2.5"
5
6
echo '===> Pull current image ...'
7
docker pull $DOCKER_IMAGE:$DOCKER_TAG
0 commit comments