Merge pull request #121 from linuxserver/glitch-3.22

This commit is contained in:
Adam 2025-07-24 17:38:08 +01:00 committed by GitHub
commit 5bf6eb4f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-nginx:3.21
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.22
ARG BUILD_DATE
ARG VERSION

View File

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

View File

@ -429,6 +429,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **09.07.25:** - Rebase to Alpine 3.22.
* **06.06.25:** - Replace deprecated imagemagick with vips.
* **16.01.25:** - Rebase to Alpine 3.21.
* **03.12.24:** - Switch from commit builds to releases to match upstream changes.

View File

@ -168,6 +168,7 @@ init_diagram: |
"mastodon:glitch" <- Base Images
# changelog
changelogs:
- {date: "09.07.25:", desc: "Rebase to Alpine 3.22."}
- {date: "06.06.25:", desc: "Replace deprecated imagemagick with vips."}
- {date: "16.01.25:", desc: "Rebase to Alpine 3.21."}
- {date: "03.12.24:", desc: "Switch from commit builds to releases to match upstream changes."}