File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
3636buildah commit " ${container} " " ${repobase} /${reponame} "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version_map[8.0]=8.0.30
1616version_map[8.1]=8.1.31
1717version_map[8.2]=8.2.26
1818version_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
2121if [[ -z " ${version_map[$minor_version]} " ]]; then
2222 echo " PHP version $minor_version is not supported" 1>&2
You can’t perform that action at this time.
0 commit comments