mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
Update generate-stackbrew-library.sh
This commit is contained in:
parent
552a52afc0
commit
6db0941a3d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='16.0.3'
|
[stable]='16.0.4'
|
||||||
[production]='15.0.10'
|
[production]='16.0.4'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Reference in a new issue