We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78da0f1 commit cd7785bCopy full SHA for cd7785b
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=81fdb12e
+ARG SERVER_VERSION=v0.23.3
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
@@ -27,8 +27,7 @@ RUN /usr/bin/yarn --cwd website \
27
&& /usr/bin/yarn --cwd website build
28
29
# Main image derived from openvsx-server
30
-# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31
-FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
+FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
32
ARG SERVER_VERSION
33
34
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
0 commit comments