We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed998c commit b531de4Copy full SHA for b531de4
1 file changed
build/dockerfiles/Dockerfile
@@ -44,7 +44,7 @@ LABEL summary="$SUMMARY" \
44
io.openshift.tags="$PRODNAME,$COMPNAME" \
45
com.redhat.component="$PRODNAME-$COMPNAME-container" \
46
name="$PRODNAME/$COMPNAME" \
47
- version="1.9" \
+ version="${CI_X_VERSION}.${CI_Y_VERSION}" \
48
license="EPLv2" \
49
maintainer="Andrew Obuchowicz <aobuchow@redhat.com>" \
50
io.openshift.expose-services="" \
0 commit comments