Skip to content

Commit

Permalink
Merge pull request #55 from NethServer/upgradeVersion
Browse files Browse the repository at this point in the history
upgrade of version nginx, sftpgo, php-fpm
  • Loading branch information
stephdl authored Mar 9, 2024
2 parents a961db3 + b992858 commit 32975a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3-alpine docker.io/drakkan/sftpgo:v2.5.5-alpine" \
--label="org.nethserver.images=docker.io/nginx:1.25.4-alpine docker.io/drakkan/sftpgo:v2.5.6-alpine" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down
4 changes: 2 additions & 2 deletions imageroot/bin/download-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ declare -A version_map

version_map[7.4]=7.4.33
version_map[8.0]=8.0.30
version_map[8.1]=8.1.25
version_map[8.2]=8.2.12
version_map[8.1]=8.1.27
version_map[8.2]=8.2.16
# 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 32975a3

Please sign in to comment.