diff --git a/build-images.sh b/build-images.sh index b368230..314eacc 100644 --- a/build-images.sh +++ b/build-images.sh @@ -15,7 +15,7 @@ images=() repobase="${REPOBASE:-ghcr.io/nethserver}" # Configure the image name reponame="sogo" -sogo_version="5.11.0" +sogo_version="5.11.2" # Create a new empty container image container=$(buildah from scratch)