0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-31 17:38:25 +01:00

Merge pull request #1022 from J0WI/18-stable

Update stable to 18
This commit is contained in:
Tilo Spannagel 2020-03-09 14:02:08 +01:00 committed by GitHub
commit 53625027bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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