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

Merge pull request #641 from nextcloud/update-release-channel

Update release channels
This commit is contained in:
Tilo Spannagel 2019-02-07 22:04:10 +01:00 committed by GitHub
commit b5f659e6bd
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]='15.0.2' [stable]='15.0.4'
[production]='14.0.6' [production]='14.0.7'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"