File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
- ARG SERVER_VERSION=v0.25.0-rc.2
1
+ ARG SERVER_VERSION=v0.25.0
2
2
3
3
# Builder image to compile the website
4
4
FROM ubuntu AS builder
@@ -19,17 +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.16.3-next.402b9d64
22
+ ENV WEBSITE_VERSION 0.16.3
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
- # Test release
32
- FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
30
+ FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
33
31
ARG SERVER_VERSION
34
32
35
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.16.3-next.402b9d64 "
9
+ "openvsx-webui" : " 0.16.3"
10
10
},
11
11
"devDependencies" : {
12
12
"@types/markdown-it" : " ^12.2.3" ,
Original file line number Diff line number Diff line change @@ -2393,7 +2393,7 @@ __metadata:
2393
2393
" @types/react-router-dom " : " npm:^5.3.3"
2394
2394
css-loader : " npm:^6.8.1"
2395
2395
express : " npm:^4.21.2"
2396
- openvsx-webui : " npm:0.16.3-next.402b9d64 "
2396
+ openvsx-webui : " npm:0.16.3"
2397
2397
source-map-loader : " npm:^4.0.1"
2398
2398
style-loader : " npm:^3.3.3"
2399
2399
typescript : " npm:~5.1.6"
@@ -2412,9 +2412,9 @@ __metadata:
2412
2412
languageName : node
2413
2413
linkType : hard
2414
2414
2415
- " openvsx-webui@npm:0.16.3-next.402b9d64 " :
2416
- version : 0.16.3-next.402b9d64
2417
- resolution : " openvsx-webui@npm:0.16.3-next.402b9d64 "
2415
+ " openvsx-webui@npm:0.16.3 " :
2416
+ version : 0.16.3
2417
+ resolution : " openvsx-webui@npm:0.16.3"
2418
2418
dependencies :
2419
2419
" @emotion/react " : " npm:^11.11.1"
2420
2420
" @emotion/styled " : " npm:^11.11.0"
@@ -2438,7 +2438,7 @@ __metadata:
2438
2438
react-infinite-scroller : " npm:^1.2.6"
2439
2439
react-router : " npm:^6.14.2"
2440
2440
react-router-dom : " npm:^6.14.1"
2441
- checksum : 10/8e9ec39603abca6e7685214680200afb0ba265a0e4046a0d806e657c2ac37b3f0e0322b8213075ed437bf8182321b20089c7ce992ae73c2cf751592350228270
2441
+ checksum : 10/ab193dbf00d11e59073f245288d0d729053095a976a7e9199ebe9ccb0b2e58d8f20c1c7bbc1550af9f60dc95f426eda6d82d2536e4ed617442dbd2228ec52b72
2442
2442
languageName : node
2443
2443
linkType : hard
2444
2444
You can’t perform that action at this time.
0 commit comments