Skip to content

Commit

Permalink
Merge pull request #2591 from amvanbaren/release-v0.15.5
Browse files Browse the repository at this point in the history
release v0.15.5
  • Loading branch information
amvanbaren committed May 17, 2024
2 parents 3797f36 + 37725e2 commit 41cbb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=4a2a047a
ARG SERVER_VERSION=v0.15.5

# Builder image to compile the website
FROM ubuntu as builder
Expand Down Expand Up @@ -29,7 +29,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:${SERVER_VERSION}
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION

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

0 comments on commit 41cbb97

Please sign in to comment.