Skip to content

Commit 8174586

Browse files
authored
Update to fixed image of netomi/openvsx-server (#6337)
1 parent a8e0076 commit 8174586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=ec88d06
1+
ARG SERVER_VERSION=c1e63f7
22
ARG SERVER_VERSION_STRING=v0.29.1-migration
33

44
# Builder image to compile the website
@@ -37,4 +37,4 @@ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/application.y
3737
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/logback-spring.xml BOOT-INF/classes/
3838

3939
# Replace version placeholder with arg value
40-
RUN sed -i "s/<SERVER_VERSION>/${SERVER_VERSION_STRING}/g" config/application.yml
40+
RUN sed -i "s/<SERVER_VERSION>/${SERVER_VERSION_STRING}/g" config/application.yml

0 commit comments

Comments
 (0)