Bumped Alpine Version 3.23>3.24

This commit is contained in:
2026-07-22 17:58:37 +02:00
parent 746e029a02
commit f7a63766ff
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
image: image:
distribution: "alpinelinux" distribution: "alpinelinux"
release: "3.23" release: "3.24"
source: source:
downloader: alpinelinux-http downloader: alpinelinux-http
+1 -1
View File
@@ -55,7 +55,7 @@ http {
listen [::]:80 default_server; listen [::]:80 default_server;
server_name _; server_name _;
add_header Content-Type text/html; add_header Content-Type text/html;
return 200 '<html><head></head><body>Nginx is functioning normally</body></html>'; return 200 '<html><head><style>html { color-scheme: light dark; }</style></head><body>Nginx is functioning normally</body></html>';
} }
} }
+1 -1
View File
@@ -12,7 +12,7 @@
self=$0 self=$0
Configurations="nextcloud freshrss heimdall mailbackup" Configurations="nextcloud freshrss heimdall mailbackup"
SupportedAlpineVersion=3.23 SupportedAlpineVersion=3.24
NewPHPVer=85 NewPHPVer=85
SkipAlpineRelCheck=false SkipAlpineRelCheck=false