Skip to content

Commit 1f50a95

Browse files
authored
Merge pull request #47 from linuxserver/3.24
rebase to alpine 3.24
2 parents 155ab2c + 09e62b9 commit 1f50a95

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.24
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
1+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.24
22

33
# set version label
44
ARG BUILD_DATE

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
313313

314314
## Versions
315315

316+
* **29.07.26:** - Rebase to Alpine 3.24.
316317
* **14.10.25:** - Rebase to Alpine 3.22.
317318
* **24.02.25:** - Add missing icu-data-full to fix bug with TextDecoder and image uploads.
318319
* **21.06.24:** - Allow using `CMD_DB_DIALECT` to set up the `CMD_DB_URL`.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ init_diagram: |
9191
"hedgedoc:latest" <- Base Images
9292
# changelog
9393
changelogs:
94+
- {date: "29.07.26:", desc: "Rebase to Alpine 3.24."}
9495
- {date: "14.10.25:", desc: "Rebase to Alpine 3.22."}
9596
- {date: "24.02.25:", desc: "Add missing icu-data-full to fix bug with TextDecoder and image uploads."}
9697
- {date: "21.06.24:", desc: "Allow using `CMD_DB_DIALECT` to set up the `CMD_DB_URL`."}

0 commit comments

Comments
 (0)