Skip to content

Commit ff788d7

Browse files
authored
Merge pull request #4078 from amvanbaren/test-c2f01d4e
test c2f01d4e
2 parents 5b67a9b + aafb52d commit ff788d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

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

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -27,7 +27,8 @@ 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}
30+
#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31+
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
3132
ARG SERVER_VERSION
3233

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

0 commit comments

Comments
 (0)