mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 03:15:08 +01:00
Update generate-stackbrew-library.sh
This commit is contained in:
parent
d062f5306c
commit
323015718b
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]='19.0.2'
|
[stable]='19.0.3'
|
||||||
[production]='18.0.8'
|
[production]='18.0.9'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue