Skip to content

Commit 0cf9994

Browse files
committed
add alpine321 tag under master
1 parent 4169752 commit 0cf9994

File tree

6 files changed

+173
-118
lines changed

6 files changed

+173
-118
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
cp index.html vnc.html && \
2828
mkdir Downloads
2929

30-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
30+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
3131

3232
ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"
3333

@@ -193,7 +193,7 @@ RUN \
193193
-C /build-out/
194194

195195
# nodejs builder
196-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS nodebuilder
196+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS nodebuilder
197197
ARG KCLIENT_RELEASE
198198

199199
RUN \
@@ -231,7 +231,7 @@ RUN \
231231
rm -f package-lock.json
232232

233233
# runtime stage
234-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
234+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
235235

236236
# set version label
237237
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
cp index.html vnc.html && \
3333
mkdir Downloads
3434

35-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 AS buildstage
35+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS buildstage
3636

3737
ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"
3838

@@ -205,7 +205,7 @@ RUN \
205205
-C /build-out/
206206

207207
# 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
209209
ARG KCLIENT_RELEASE
210210

211211
RUN \
@@ -243,7 +243,7 @@ RUN \
243243
rm -f package-lock.json
244244

245245
# runtime stage
246-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
246+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
247247

248248
# set version label
249249
ARG BUILD_DATE

0 commit comments

Comments
 (0)