We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dfd19 commit 7ff8d9fCopy full SHA for 7ff8d9f
Dockerfile.web
@@ -1,6 +1,6 @@
1
-FROM jeroenwillemsen/addo-example:0.1.2-no-vault
+FROM jeroenwillemsen/addo-example:1.0.0-no-vault
2
3
-ARG argBasedVersion="0.0.0"
+ARG argBasedVersion="1.0.0"
4
ENV APP_VERSION=$argBasedVersion
5
6
CMD java -jar -Dserver.port=$PORT -Dspring.profiles.active=without-vault application.jar
0 commit comments