Skip to content

Commit 36a8185

Browse files
authored
Updates the version used for nginx and php 8.4 (#101)
NethServer/dev#7589
1 parent 91e0d58 commit 36a8185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
3030
--label="org.nethserver.authorizations=node:fwadm traefik@node:routeadm" \
3131
--label="org.nethserver.tcp-ports-demand=2" \
3232
--label="org.nethserver.rootfull=0" \
33-
--label="org.nethserver.images=docker.io/nginx:1.27.5-alpine docker.io/drakkan/sftpgo:v2.6.6-alpine" \
33+
--label="org.nethserver.images=docker.io/nginx:1.28.0-alpine docker.io/drakkan/sftpgo:v2.6.6-alpine" \
3434
"${container}"
3535
# Commit the image
3636
buildah commit "${container}" "${repobase}/${reponame}"

imageroot/bin/download-php-fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version_map[8.0]=8.0.30
1616
version_map[8.1]=8.1.31
1717
version_map[8.2]=8.2.26
1818
version_map[8.3]=8.3.14
19-
version_map[8.4]=8.4.6
19+
version_map[8.4]=8.4.11
2020
# Check if major_version is mapped properly
2121
if [[ -z "${version_map[$minor_version]}" ]]; then
2222
echo "PHP version $minor_version is not supported" 1>&2

0 commit comments

Comments
 (0)