Skip to content

Commit

Permalink
add alpine321 tag under master
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 6, 2024
1 parent 4169752 commit 0cf9994
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 118 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
cp index.html vnc.html && \
mkdir Downloads

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

ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"

Expand Down Expand Up @@ -193,7 +193,7 @@ RUN \
-C /build-out/

# nodejs builder
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS nodebuilder
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS nodebuilder
ARG KCLIENT_RELEASE

RUN \
Expand Down Expand Up @@ -231,7 +231,7 @@ RUN \
rm -f package-lock.json

# runtime stage
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
FROM ghcr.io/linuxserver/baseimage-alpine:3.21

# set version label
ARG BUILD_DATE
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \
cp index.html vnc.html && \
mkdir Downloads

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

ARG KASMVNC_RELEASE="0ebbbc6412e131092308cc1ce10b9d106e3b4e05"

Expand Down Expand Up @@ -205,7 +205,7 @@ RUN \
-C /build-out/

# nodejs builder
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 AS nodebuilder
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS nodebuilder
ARG KCLIENT_RELEASE

RUN \
Expand Down Expand Up @@ -243,7 +243,7 @@ RUN \
rm -f package-lock.json

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

# set version label
ARG BUILD_DATE
Expand Down
Loading

0 comments on commit 0cf9994

Please sign in to comment.