Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Virlet <github@virlet.org>2020-06-28 12:36:07 +0300
committerGuillaume Virlet <github@virlet.org>2020-06-28 12:37:27 +0300
commit2e15b8bca51ff1846dae8a03a7f0560abe5b9493 (patch)
tree218d65855c8f5629a14ab1a10db56ff29ea93566
parentc135f7ef602a2dca6938a8b9aec295c1b6ca66f3 (diff)
update version to latest (18.0.6 and 17.0.7)
Signed-off-by: Guillaume Virlet <github@virlet.org>
-rwxr-xr-xgenerate-stackbrew-library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index 2805655..cbc532b 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
- [stable]='18.0.4'
- [production]='17.0.6'
+ [stable]='18.0.6'
+ [production]='17.0.7'
)
self="$(basename "$BASH_SOURCE")"