Skip to content

Commit

Permalink
Merge pull request #1840 from amvanbaren/test-9522f66f
Browse files Browse the repository at this point in the history
test 9522f66f
  • Loading branch information
amvanbaren authored May 20, 2023
2 parents 829c094 + ef36692 commit dd4aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:0377c731
FROM docker.io/amvanbaren/openvsx-server:9522f66f

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/

0 comments on commit dd4aeeb

Please sign in to comment.