rebase to bookworm

This commit is contained in:
thelamer 2023-08-03 11:13:11 -04:00
parent f237d0ce0b
commit 9d9c094255
4 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbullseye
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm
# set version label
ARG BUILD_DATE

View File

@ -272,4 +272,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **03.08.23:** - Rebase to Bookworm and multi arch.
* **01.04.23:** - Initial release.

View File

@ -78,4 +78,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "03.08.23:", desc: "Rebase to Bookworm and multi arch." }
- { date: "01.04.23:", desc: "Initial release." }