Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 54eb9c6..f7fe624 100755
--- a/update.sh
+++ b/update.sh
@@ -76,7 +76,7 @@ variants=(
fpm-alpine
)
-min_version='22'
+min_version='23'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {