mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-07 13:06:10 +02:00
commit
ceba099589
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=(
|
||||||
[production]='13.0.7'
|
[production]='13.0.8'
|
||||||
[stable]='13.0.7'
|
[stable]='14.0.4'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue