Skip to content

Commit

Permalink
rebase to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Feb 7, 2024
1 parent 47a46fe commit 4281798
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **06.01.24:** - Rebase to Debian Bookworm.
* **17.01.24:** - Update wrapper scripts to cleanup and launch properly.
* **02.04.23:** - Initial release.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.01.24:", desc: "Rebase to Debian Bookworm." }
- { date: "17.01.24:", desc: "Update wrapper scripts to cleanup and launch properly." }
- { date: "02.04.23:", desc: "Initial release." }

0 comments on commit 4281798

Please sign in to comment.