Skip to content

Commit

Permalink
Merge pull request #2461 from amvanbaren/test-current-version
Browse files Browse the repository at this point in the history
Test current release
  • Loading branch information
amvanbaren authored Mar 27, 2024
2 parents c0aa6f3 + a951fde commit c1de2e3
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 @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main test image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:e03c8c50
FROM ghcr.io/eclipse/openvsx-server:v0.14.5

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

0 comments on commit c1de2e3

Please sign in to comment.