Skip to content

Commit 3670492

Browse files
committed
Rebase to 3.21
1 parent 509d654 commit 3670492

18 files changed

+6
-2
lines changed

.editorconfig

100755100644
File mode changed.

.github/CONTRIBUTING.md

100755100644
File mode changed.

.github/FUNDING.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/config.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/call_issue_pr_tracker.yml

100755100644
File mode changed.

.github/workflows/call_issues_cron.yml

100755100644
File mode changed.

.github/workflows/external_trigger.yml

100755100644
File mode changed.

.github/workflows/external_trigger_scheduler.yml

100755100644
File mode changed.

.github/workflows/greetings.yml

100755100644
File mode changed.

.github/workflows/package_trigger_scheduler.yml

100755100644
File mode changed.

.github/workflows/permissions.yml

100755100644
File mode changed.

Dockerfile

+1-1
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
# set version label
66
ARG BUILD_DATE

Dockerfile.aarch64

+1-1
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
# set version label
66
ARG BUILD_DATE

LICENSE

100755100644
File mode changed.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
350350

351351
## Versions
352352

353+
* **12.02.25:** - Rebase to Alpine 3.21.
353354
* **09.01.25:** - Fix uploading large files. Existing users should update their nginx confs.
354355
* **09.07.24:** - Add `previous` tag for n-1 releases.
355356
* **24.06.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

readme-vars.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ param_volumes:
3030
param_usage_include_ports: true
3131
param_ports:
3232
- {external_port: "443", internal_port: "443", port_desc: "WebUI"}
33+
readonly_supported: false
34+
nonroot_supported: false
3335
# application setup block
3436
app_setup_block_enabled: true
3537
app_setup_block: |
@@ -146,6 +148,7 @@ init_diagram: |
146148
"nextcloud:latest" <- Base Images
147149
# changelog
148150
changelogs:
151+
- {date: "12.02.25:", desc: "Rebase to Alpine 3.21."}
149152
- {date: "09.01.25:", desc: "Fix uploading large files. Existing users should update their nginx confs."}
150153
- {date: "09.07.24:", desc: "Add `previous` tag for n-1 releases."}
151154
- {date: "24.06.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}

0 commit comments

Comments
 (0)