Skip to content

Commit 33982a2

Browse files
committed
up version
1 parent 7adc99d commit 33982a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TAGNAME="docker-compose"
44
ACCOUNT="jetstylehub"
5-
VESRION=3.17
5+
VESRION=v3.17.3
66

77
docker buildx build --platform linux/amd64 -t $TAGNAME .
88

build_vesrion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAGNAME="docker-compose"
44
ACCOUNT="jetstylehub"
55

66
# change version when you build image
7-
VESRION=v3.17.1
7+
VESRION=v3.17.3
88

99
docker buildx build --platform linux/amd64 -t $TAGNAME .
1010

0 commit comments

Comments
 (0)