File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildah config --entrypoint=/ \
30
30
--label=" org.nethserver.authorizations=node:fwadm traefik@node:routeadm" \
31
31
--label=" org.nethserver.tcp-ports-demand=2" \
32
32
--label=" org.nethserver.rootfull=0" \
33
- --label=" org.nethserver.images=docker.io/nginx:1.25.4 -alpine docker.io/drakkan/sftpgo:v2.5.6 -alpine" \
33
+ --label=" org.nethserver.images=docker.io/nginx:1.26.2 -alpine docker.io/drakkan/sftpgo:v2.6.2 -alpine" \
34
34
" ${container} "
35
35
# Commit the image
36
36
buildah commit " ${container} " " ${repobase} /${reponame} "
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ declare -A version_map
13
13
14
14
version_map[7.4]=7.4.33
15
15
version_map[8.0]=8.0.30
16
- version_map[8.1]=8.1.27
17
- version_map[8.2]=8.2.17
18
- version_map[8.3]=8.3.4
16
+ version_map[8.1]=8.1.30
17
+ version_map[8.2]=8.2.25
18
+ version_map[8.3]=8.3.13
19
19
# Check if major_version is mapped properly
20
20
if [[ -z " ${version_map[$minor_version]} " ]]; then
21
21
echo " PHP version $minor_version is not supported" 1>&2
You can’t perform that action at this time.
0 commit comments