Skip to content

Commit

Permalink
use proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 6, 2024
1 parent ecdb4c0 commit 92de251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.21 AS buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 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.21 AS nodebuilder
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 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.21
FROM ghcr.io/linuxserver/baseimage-alpine:3.20

# 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.21 AS buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 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.21 AS nodebuilder
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 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.21
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 92de251

Please sign in to comment.