From a2b5ead7cc771aa81c84d5975fd8173f5ad65bbb Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Mon, 17 Apr 2023 15:19:45 +0200 Subject: [PATCH] update to 25 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"