0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Update stable to 24.0.6

Signed-off-by: Florian Friedrich <ffried@me.com>
This commit is contained in:
Florian Friedrich 2022-10-07 09:00:20 +02:00
parent d934a4b578
commit 0bf4a14267
No known key found for this signature in database
GPG key ID: 5F2F8CADF15B7C89

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
stable_channel='24.0.5'
stable_channel='24.0.6'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"