Skip to content

Commit 17550b9

Browse files
authored
Merge pull request #36 from linuxserver/3.21
2 parents aaa8f29 + e5bc842 commit 17550b9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
ARG BUILD_DATE
66
ARG VERSION

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
ARG BUILD_DATE
66
ARG VERSION

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ init_diagram: |
9797
"speedtest-tracker:latest" <- Base Images
9898
# changelog
9999
changelogs:
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."}

0 commit comments

Comments
 (0)