diff --git a/build-images.sh b/build-images.sh index 530bf85..39e560a 100644 --- a/build-images.sh +++ b/build-images.sh @@ -39,7 +39,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:certadm node:fwadm cluster:accountconsumer" \ --label="org.nethserver.tcp-ports-demand=0" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/ejabberd/ecs:24.02" \ + --label="org.nethserver.images=docker.io/ejabberd/ecs:24.07" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"