File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.20
3+ FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.21
44
55ARG BUILD_DATE
66ARG VERSION
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.20
3+ FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.21
44
55ARG BUILD_DATE
66ARG VERSION
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
311311
312312# # Versions
313313
314+ * ** 20.12.24:** - Rebase to Alpine 3.21.
314315* ** 07.06.24:** - Cache Filament components and added APP_KEY as a required param.
315316* ** 27.05.24:** - Existing users should update their nginx confs to avoid http2 deprecation warnings.
316317* ** 24.05.24:** - Rebase to Alpine 3.20.
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ init_diagram: |
9797 "speedtest-tracker:latest" <- Base Images
9898# changelog
9999changelogs :
100+ - {date: "20.12.24:", desc: "Rebase to Alpine 3.21."}
100101 - {date: "07.06.24:", desc: "Cache Filament components and added APP_KEY as a required param."}
101102 - {date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings."}
102103 - {date: "24.05.24:", desc: "Rebase to Alpine 3.20."}
You can’t perform that action at this time.
0 commit comments