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 9a28889 commit 312a954Copy full SHA for 312a954
Dockerfile
@@ -27,7 +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}
+FROM ghcr.io/eclipse/openvsx-server-snapshot:${SERVER_VERSION}
31
ARG SERVER_VERSION
32
ARG SERVER_VERSION_STRING
33
0 commit comments