Bumped Alpine Version 3.23>3.24
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
distribution: "alpinelinux"
|
distribution: "alpinelinux"
|
||||||
release: "3.23"
|
release: "3.24"
|
||||||
|
|
||||||
source:
|
source:
|
||||||
downloader: alpinelinux-http
|
downloader: alpinelinux-http
|
||||||
|
|||||||
@@ -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>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user