Rebase to 3.18

This commit is contained in:
TheSpad 2023-07-12 13:17:42 +01:00
parent 7887027840
commit bfcc3e3f63
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
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.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
# set version label
ARG BUILD_DATE

View File

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

View File

@ -238,6 +238,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **12.07.23:** - Rebase to Alpine 3.18.
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **02.05.22:** - Rebase to Alpine 3.15.
* **13.12.21:** - Add mitigations for CVE-2021-44228

View File

@ -67,6 +67,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
- { date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
- { date: "02.05.22:", desc: "Rebase to Alpine 3.15."}
- { date: "13.12.21:", desc: "Add mitigations for CVE-2021-44228"}