File tree Expand file tree Collapse file tree 6 files changed +173
-118
lines changed Expand file tree Collapse file tree 6 files changed +173
-118
lines changed Original file line number Diff line number Diff line change 27
27
cp index.html vnc.html && \
28
28
mkdir Downloads
29
29
30
- FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
30
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
31
31
32
32
ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"
33
33
@@ -193,7 +193,7 @@ RUN \
193
193
-C /build-out/
194
194
195
195
# nodejs builder
196
- FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS nodebuilder
196
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS nodebuilder
197
197
ARG KCLIENT_RELEASE
198
198
199
199
RUN \
@@ -231,7 +231,7 @@ RUN \
231
231
rm -f package-lock.json
232
232
233
233
# runtime stage
234
- FROM ghcr.io/linuxserver/baseimage-alpine:3.20
234
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21
235
235
236
236
# set version label
237
237
ARG BUILD_DATE
Original file line number Diff line number Diff line change 32
32
cp index.html vnc.html && \
33
33
mkdir Downloads
34
34
35
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 AS buildstage
35
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS buildstage
36
36
37
37
ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"
38
38
@@ -205,7 +205,7 @@ RUN \
205
205
-C /build-out/
206
206
207
207
# nodejs builder
208
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 AS nodebuilder
208
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS nodebuilder
209
209
ARG KCLIENT_RELEASE
210
210
211
211
RUN \
@@ -243,7 +243,7 @@ RUN \
243
243
rm -f package-lock.json
244
244
245
245
# runtime stage
246
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
246
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
247
247
248
248
# set version label
249
249
ARG BUILD_DATE
You can’t perform that action at this time.
0 commit comments