Merge pull request #93 from linuxserver/glitch-3.20

Rebase to 3.20 (glitch)
This commit is contained in:
Adam 2024-05-23 15:26:16 +01:00 committed by GitHub
commit 4b4cfb7568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.19
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.20
ARG BUILD_DATE
ARG VERSION
@ -67,6 +67,7 @@ RUN \
rm -rf /app/www/node_modules && \
cd streaming && \
yarn workspaces focus --production @mastodon/streaming && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
yarn cache clean && \
apk del --purge \

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.19
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.20
ARG BUILD_DATE
ARG VERSION
@ -69,6 +69,7 @@ RUN \
rm -rf /app/www/node_modules && \
cd streaming && \
yarn workspaces focus --production @mastodon/streaming && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
yarn cache clean && \
apk del --purge \

View File

@ -419,7 +419,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **02.05.24:** - Rebase to Alpine 3.19, enable [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)
* **23.05.24:** - Rebase to Alpine 3.20.
* **02.05.24:** - Rebase to Alpine 3.19, enable [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files).
* **21.12.23:** - Rebase to Alpine 3.19.
* **30.05.23:** - Rebase to Alpine 3.18.
* **16.04.23:** - Rebase to alpine 3.17 with php8.1.

View File

@ -115,7 +115,8 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.05.24:", desc: "Rebase to Alpine 3.19, enable [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)" }
- { date: "23.05.24:", desc: "Rebase to Alpine 3.20." }
- { date: "02.05.24:", desc: "Rebase to Alpine 3.19, enable [Active Record Encryption](https://github.com/mastodon/mastodon/pull/29831/files)." }
- { date: "21.12.23:", desc: "Rebase to Alpine 3.19." }
- { date: "30.05.23:", desc: "Rebase to Alpine 3.18." }
- { date: "16.04.23:", desc: "Rebase to alpine 3.17 with php8.1." }