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

Update release channels

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-03-24 16:17:40 +08:00
parent b0cb178c9e
commit cd33ab0e41
No known key found for this signature in database
GPG key ID: 9349B59FB54594AC

View file

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