0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Update stable to 18

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-03-08 22:36:26 +01:00
parent 6c1044fef4
commit fbd5e2094a

View file

@ -2,7 +2,7 @@
set -Eeuo pipefail set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[stable]='17.0.3' [stable]='18.0.1'
[production]='16.0.8' [production]='16.0.8'
) )