Skip to content

Commit

Permalink
Merge pull request #2312 from amvanbaren/release-v0.14.3
Browse files Browse the repository at this point in the history
Release v0.14.3
  • Loading branch information
amvanbaren authored Jan 30, 2024
2 parents 8033dfd + 402a530 commit 007f680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 image derived from openvsx-server
FROM ghcr.io/eclipse/openvsx-server:c62c821
FROM ghcr.io/eclipse/openvsx-server:v0.14.3

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
1 change: 0 additions & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ ovsx:
vscode:
upstream:
update-on-start: true
gallery-url: https://marketplace.visualstudio.com/_apis/public/gallery/

0 comments on commit 007f680

Please sign in to comment.