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.
2 parents b5a4782 + d1635ec commit beb382cCopy full SHA for beb382c
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=d295b439
+ARG SERVER_VERSION=13234236
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
@@ -19,7 +19,7 @@ RUN apt-get update \
19
&& corepack prepare yarn@stable --activate
20
21
# bump to update website
22
-ENV WEBSITE_VERSION 0.16.0-next.e4b3022d
+ENV WEBSITE_VERSION 0.15.0
23
COPY . /workdir
24
25
RUN /usr/bin/yarn --cwd website \
website/package.json
@@ -6,7 +6,7 @@
6
"repository": "https://github.com/eclipse/open-vsx.org",
7
"license": "EPL-2.0",
8
"dependencies": {
9
- "openvsx-webui": "0.16.0-next.e4b3022d"
+ "openvsx-webui": "0.15.0"
10
},
11
"peerDependencies": {
12
"@babel/core": "^7.0.0"
0 commit comments