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:
authorJ0WI <J0WI@users.noreply.github.com>2022-08-07 19:32:42 +0300
committerGitHub <noreply@github.com>2022-08-07 19:32:42 +0300
commit8dd3d45f6324e6f70099818e21d1309ad714c5d0 (patch)
treea60ff666cbfad22f27969e3d362169a73570f84b
parent6e7695e4439e18900ce4435de359d8ece6b6a35f (diff)
22 EOL (#1800)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-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() {