Skip to content

Commit 2a5334d

Browse files
authored
Merge pull request #5433 from amvanbaren/release-v0.28.0
release v0.28.0
2 parents bd01a4d + c53d478 commit 2a5334d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.28-rc.1
1+
ARG SERVER_VERSION=v0.28.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -27,8 +27,7 @@ RUN /usr/bin/yarn --cwd website \
2727
&& /usr/bin/yarn --cwd website build
2828

2929
# Main image derived from openvsx-server
30-
# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31-
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
30+
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
3231
ARG SERVER_VERSION
3332

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

0 commit comments

Comments
 (0)