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 a8e0076 commit 8174586Copy full SHA for 8174586
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=ec88d06
+ARG SERVER_VERSION=c1e63f7
2
ARG SERVER_VERSION_STRING=v0.29.1-migration
3
4
# Builder image to compile the website
@@ -37,4 +37,4 @@ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/application.y
37
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/logback-spring.xml BOOT-INF/classes/
38
39
# Replace version placeholder with arg value
40
-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