Skip to content

Commit 3adfd3a

Browse files
committed
#0000 Build: Review and optimization
1 parent 32c1438 commit 3adfd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
match="(?si)\b(version: )\d+(\.\d+)*" flags="g" byline="true"
9393
replace="\1${release.version}"/>
9494
<replaceregexp file="${workspace}/Dockerfile"
95-
match="(?si)\b(ARG\s+GIT_REPO_TAG\s*=\s*)\d+(\.\d+)*" flags="g" byline="true"
95+
match="(?si)\b(ARG\s+GIT_REPO_TAG\s*=\s*)\d+[\.\d+]*" flags="g" byline="true"
9696
replace="\1${release.version}"/>
9797
</target>
9898

0 commit comments

Comments
 (0)