Skip to content

Commit

Permalink
Merge pull request #81 from NethServer/sdl-7083
Browse files Browse the repository at this point in the history
Update PHP, sftpgo and nginx versions NethServer/dev#7083
  • Loading branch information
stephdl authored Oct 30, 2024
2 parents 400f943 + 452503d commit 1d29b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=node:fwadm traefik@node:routeadm" \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/nginx:1.25.4-alpine docker.io/drakkan/sftpgo:v2.5.6-alpine" \
--label="org.nethserver.images=docker.io/nginx:1.26.2-alpine docker.io/drakkan/sftpgo:v2.6.2-alpine" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down
6 changes: 3 additions & 3 deletions imageroot/bin/download-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ declare -A version_map

version_map[7.4]=7.4.33
version_map[8.0]=8.0.30
version_map[8.1]=8.1.27
version_map[8.2]=8.2.17
version_map[8.3]=8.3.4
version_map[8.1]=8.1.30
version_map[8.2]=8.2.25
version_map[8.3]=8.3.13
# Check if major_version is mapped properly
if [[ -z "${version_map[$minor_version]}" ]]; then
echo "PHP version $minor_version is not supported" 1>&2
Expand Down

0 comments on commit 1d29b9e

Please sign in to comment.