0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-24 14:43:53 +01:00

Update generate-stackbrew-library.sh

This commit is contained in:
Tilo Spannagel 2019-08-15 23:41:50 +02:00 committed by GitHub
parent 552a52afc0
commit 6db0941a3d
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]='16.0.3'
[production]='15.0.10'
[stable]='16.0.4'
[production]='16.0.4'
)
self="$(basename "$BASH_SOURCE")"