1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-26 00:59:01 +02:00

Update release channels

This commit is contained in:
Tilo Spannagel 2020-04-23 16:41:03 +02:00 committed by GitHub
parent 1166763a8c
commit d6df1446c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[stable]='18.0.3' [stable]='18.0.4'
[production]='17.0.5' [production]='17.0.6'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"