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:
authorJ0WI <J0WI@users.noreply.github.com>2022-03-23 19:47:09 +0300
committerGitHub <noreply@github.com>2022-03-23 19:47:09 +0300
commit97f99dbfdb34b7d82014f635e5f0e2c780bb977f (patch)
treeeeeac9d443f67e74dc6de167fe28db6a0e76f9be
parent0d4c78dcc0300e8a7630eb8c892968557ebea7a0 (diff)
22.2.6 stable
-rwxr-xr-xgenerate-stackbrew-library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index 67d254e..4156438 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='22.2.5'
+stable_channel='22.2.6'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"