Skip to content

Commit 6dcee1c

Browse files
authored
Test encoding fix for file resources
1 parent 3dce12d commit 6dcee1c

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=ad420a9
1+
ARG SERVER_VERSION=94a2e0d
22
ARG SERVER_VERSION_STRING=v0.29.1-post-migration
33

44
# Builder image to compile the website
@@ -38,4 +38,4 @@ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/logback-sprin
3838
COPY --from=builder --chown=openvsx:openvsx /workdir/mail-templates BOOT-INF/classes/mail-templates
3939

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

0 commit comments

Comments
 (0)