Skip to content

Commit 1743c73

Browse files
committed
Change latest ansible image from 2.4 to 2.5
1 parent a8d82c4 commit 1743c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/retag_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
DOCKER_IMAGE="chusiang/ansible"
4-
DOCKER_TAG="2.4"
4+
DOCKER_TAG="2.5"
55

66
echo '===> Pull current image ...'
77
docker pull $DOCKER_IMAGE:$DOCKER_TAG

0 commit comments

Comments
 (0)