summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-02-06 12:17:29 +0100
committerTilo Spannagel <development@tilosp.de>2020-02-06 12:35:38 +0100
commit8c96d5b7adf1c353d64b773295c305439605046d (patch)
treee2efba87b1384fe5bdc470bcd10accad52734e4c
parent4bd951c62245544794c833ae5d8a4e0db0adca60 (diff)
Remove end of life version 15.0
Signed-off-by: Tilo Spannagel <development@tilosp.de>
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 9bbcde18..890b54f1 100755
--- a/update.sh
+++ b/update.sh
@@ -26,7 +26,6 @@ declare -A extras=(
declare -A crontab_int=(
[default]='5'
[16.0]='15'
- [15.0]='15'
)
apcu_version="$(
@@ -78,7 +77,7 @@ variants=(
fpm-alpine
)
-min_version='15.0'
+min_version='16.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {