File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- ARG SERVER_VERSION=v0.21.0-rc.3
1
+ ARG SERVER_VERSION=v0.21.0
2
2
3
3
# Builder image to compile the website
4
4
FROM ubuntu AS builder
@@ -19,16 +19,15 @@ RUN apt-get update \
19
19
&& corepack prepare yarn@stable --activate
20
20
21
21
# bump to update website
22
- ENV WEBSITE_VERSION 0.13.1-next.bcc9f92e
22
+ ENV WEBSITE_VERSION 0.14.0
23
23
COPY . /workdir
24
24
25
25
RUN /usr/bin/yarn --cwd website \
26
26
&& /usr/bin/yarn --cwd website compile \
27
27
&& /usr/bin/yarn --cwd website build
28
28
29
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}
30
+ FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
32
31
ARG SERVER_VERSION
33
32
34
33
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Original file line number Diff line number Diff line change 6
6
"repository" : " https://github.com/eclipse/open-vsx.org" ,
7
7
"license" : " EPL-2.0" ,
8
8
"dependencies" : {
9
- "openvsx-webui" : " 0.13.1-next.bcc9f92e "
9
+ "openvsx-webui" : " 0.14.0 "
10
10
},
11
11
"peerDependencies" : {
12
12
"@babel/core" : " ^7.0.0"
Original file line number Diff line number Diff line change @@ -2399,7 +2399,7 @@ __metadata:
2399
2399
" @types/react-router-dom " : " npm:^5.3.3"
2400
2400
css-loader : " npm:^6.8.1"
2401
2401
express : " npm:^4.21.2"
2402
- openvsx-webui : " npm:0.13.1-next.bcc9f92e "
2402
+ openvsx-webui : " npm:0.14.0 "
2403
2403
source-map-loader : " npm:^4.0.1"
2404
2404
style-loader : " npm:^3.3.3"
2405
2405
typescript : " npm:~5.1.6"
@@ -2420,9 +2420,9 @@ __metadata:
2420
2420
languageName : node
2421
2421
linkType : hard
2422
2422
2423
- " openvsx-webui@npm:0.13.1-next.bcc9f92e " :
2424
- version : 0.13.1-next.bcc9f92e
2425
- resolution : " openvsx-webui@npm:0.13.1-next.bcc9f92e "
2423
+ " openvsx-webui@npm:0.14.0 " :
2424
+ version : 0.14.0
2425
+ resolution : " openvsx-webui@npm:0.14.0 "
2426
2426
dependencies :
2427
2427
" @emotion/react " : " npm:^11.11.1"
2428
2428
" @emotion/styled " : " npm:^11.11.0"
@@ -2448,7 +2448,7 @@ __metadata:
2448
2448
react-router-dom : " npm:^6.14.1"
2449
2449
peerDependencies :
2450
2450
" @babel/core " : ^7.0.0
2451
- checksum : 10/20700cd639a69e1e9d0b9b4f373fea0fac0b13809ac8060f45aef7224d12ec721c3ee0a5bd4ac455036e5a2b2579adb18b57b8489d08e59a837cf8efa49830e3
2451
+ checksum : 10/e2128612aebd8d42d2bb9399d4adce64c3efb812b60f53c57cefc625ce52e60c36bd7fdd9c1cb186f13f774bb6e0e6f7c0530cc428e9a364ad8e1c533e930abe
2452
2452
languageName : node
2453
2453
linkType : hard
2454
2454
You can’t perform that action at this time.
0 commit comments