0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

Remove end of life version 11.0 (#303)

* Remove end of life version 11.0

* Run update.sh
This commit is contained in:
Tilo Spannagel 2018-04-03 09:40:25 +02:00 committed by Pierre Ozoux
parent e01caa961f
commit f3d3f166ac
21 changed files with 2 additions and 738 deletions

View file

@ -35,7 +35,7 @@ variants=(
fpm-alpine
)
min_version='11.0'
min_version='12.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {