mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-17 19:43:53 +01:00
commit
ceba099589
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.7'
|
||||
[stable]='13.0.7'
|
||||
[production]='13.0.8'
|
||||
[stable]='14.0.4'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue