diff --git a/build.sh b/build.sh index 8598ffb..da0cf4c 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash DATE_TAG=$(date +%Y)-$(date +%m)-$(date +%d)_$(date +%H)-$(date +%M)-$(date +%S) -NEXTCLOUD_VER="24" +NEXTCLOUD_VER="25" REGISTRY="code.balsillie.net" ORG="containers" IMAGE="nextcloud-supervisord"