From f7a63766ff2b4d88e284c809c32a42bdbd06da9b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 22 Jul 2026 17:58:37 +0200 Subject: [PATCH] Bumped Alpine Version 3.23>3.24 --- CT-Build/Alpine.yaml | 2 +- CT-Files/nginx/Configs/nginx.conf | 2 +- Scripts/AlpinePHPTool.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 1ecd215..afdc88f 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -1,6 +1,6 @@ image: distribution: "alpinelinux" - release: "3.23" + release: "3.24" source: downloader: alpinelinux-http diff --git a/CT-Files/nginx/Configs/nginx.conf b/CT-Files/nginx/Configs/nginx.conf index 07d3b0d..840a554 100644 --- a/CT-Files/nginx/Configs/nginx.conf +++ b/CT-Files/nginx/Configs/nginx.conf @@ -55,7 +55,7 @@ http { listen [::]:80 default_server; server_name _; add_header Content-Type text/html; - return 200 'Nginx is functioning normally'; + return 200 'Nginx is functioning normally'; } } \ No newline at end of file diff --git a/Scripts/AlpinePHPTool.sh b/Scripts/AlpinePHPTool.sh index 3ec2dc0..1b977c5 100644 --- a/Scripts/AlpinePHPTool.sh +++ b/Scripts/AlpinePHPTool.sh @@ -12,7 +12,7 @@ self=$0 Configurations="nextcloud freshrss heimdall mailbackup" -SupportedAlpineVersion=3.23 +SupportedAlpineVersion=3.24 NewPHPVer=85 SkipAlpineRelCheck=false