Skip to content

Commit

Permalink
Merge pull request #1856 from amvanbaren/test-8d07b511
Browse files Browse the repository at this point in the history
test 8d07b511
  • Loading branch information
amvanbaren authored May 26, 2023
2 parents 711d3aa + 93b5b6f commit 39fb7ef
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:dfebb2b7
FROM docker.io/amvanbaren/openvsx-server:8d07b511

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 39fb7ef

Please sign in to comment.