We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce12d commit 6dcee1cCopy full SHA for 6dcee1c
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=ad420a9
+ARG SERVER_VERSION=94a2e0d
2
ARG SERVER_VERSION_STRING=v0.29.1-post-migration
3
4
# Builder image to compile the website
@@ -38,4 +38,4 @@ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/logback-sprin
38
COPY --from=builder --chown=openvsx:openvsx /workdir/mail-templates BOOT-INF/classes/mail-templates
39
40
# Replace version placeholder with arg value
41
-RUN sed -i "s/<SERVER_VERSION>/${SERVER_VERSION_STRING}/g" config/application.yml
+RUN sed -i "s/<SERVER_VERSION>/${SERVER_VERSION_STRING}/g" config/application.yml
0 commit comments