Merge pull request #2 from linuxserver/319-rebase

Rebase to alpine 3.19
This commit is contained in:
aptalca 2024-01-23 12:33:56 -05:00 committed by GitHub
commit a8bf325271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
ARG GITQLIENT_RELEASE
@ -27,7 +27,7 @@ RUN \
make -j 4 && \
make install
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine317
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19 as buildstage
ARG GITQLIENT_RELEASE
@ -27,7 +27,7 @@ RUN \
make -j 4 && \
make install
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine317
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine319
# set version label
ARG BUILD_DATE

View File

@ -311,4 +311,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **21.01.24:** - Rebase to Alpine 3.19.
* **02.04.23:** - Initial release.

View File

@ -73,4 +73,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "21.01.24:", desc: "Rebase to Alpine 3.19." }
- { date: "02.04.23:", desc: "Initial release." }