Skip to content

Commit

Permalink
Merge pull request #1842 from amvanbaren/test-query-all-versions-revert
Browse files Browse the repository at this point in the history
revert to current production image
  • Loading branch information
amvanbaren authored May 20, 2023
2 parents dd4aeeb + 0fdf829 commit 26df34c
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:9522f66f
FROM ghcr.io/eclipse/openvsx-server:2252936

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 26df34c

Please sign in to comment.