mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-02-12 00:38:38 +08:00
Merge pull request #93 from linuxserver/glitch-3.20
Rebase to 3.20 (glitch)
This commit is contained in:
commit
4b4cfb7568
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user