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

Update release channels

This commit is contained in:
Tilo Spannagel 2020-03-12 20:10:56 +01:00 committed by GitHub
parent c38c61e386
commit 46d2b3d02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='18.0.1'
[production]='17.0.3'
[stable]='18.0.2'
[production]='17.0.4'
)
self="$(basename "$BASH_SOURCE")"