mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 04:43:53 +01:00
Merge pull request #881 from nextcloud/stable-16.0.5
Ship 16.0.5 on stable channel
This commit is contained in:
commit
1985c8235d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='16.0.4'
|
[stable]='16.0.5'
|
||||||
[production]='16.0.4'
|
[production]='16.0.4'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue