Rebase to 3.22

This commit is contained in:
thespad 2025-07-27 14:42:23 +01:00
parent 182f1bb3ef
commit 5d91eb6e44
No known key found for this signature in database
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
# set version label
ARG BUILD_DATE

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
# set version label
ARG BUILD_DATE

View File

@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **27.07.25:** - Rebase to Alpine 3.22.
* **27.01.25:** - Rebase to Alpine 3.21.
* **24.06.24:** - Rebase to Alpine 3.20.
* **17.06.24:** - Bump CI_DELAY to 120 seconds as ARM builds were failing.

View File

@ -85,6 +85,7 @@ init_diagram: |
"duckdns:latest" <- Base Images
# changelog
changelogs:
- {date: "27.07.25:", desc: "Rebase to Alpine 3.22."}
- {date: "27.01.25:", desc: "Rebase to Alpine 3.21."}
- {date: "24.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "17.06.24:", desc: "Bump CI_DELAY to 120 seconds as ARM builds were failing."}