0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-19 20:33:54 +01:00

Merge pull request #1046 from nextcloud/update/2020-03-24

Update release channels
This commit is contained in:
Gary Kim 2020-03-24 16:58:35 +08:00 committed by GitHub
commit cf3476d71b
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.2' [stable]='18.0.3'
[production]='17.0.4' [production]='17.0.5'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"