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-04-26 16:36:15 +0300
committerGitHub <noreply@github.com>2022-04-26 16:36:15 +0300
commit3f42156a0705785a502acfb71d08781bba3cb277 (patch)
tree330868dce067b0e8f17374387b4ef089a5f9d1e0
parent00c518023a907445cd05e83d177e3e3d935d35d7 (diff)
23.0.4 stable (#1738)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-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 4156438..a8533bf 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.6'
+stable_channel='23.0.4'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"