mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-23 22:23:54 +01:00
Update stable to 24.0.6 (#1832)
Signed-off-by: Florian Friedrich <ffried@me.com> Signed-off-by: Florian Friedrich <ffried@me.com>
This commit is contained in:
parent
d934a4b578
commit
20327851c8
1 changed files with 1 additions and 1 deletions
|
@ -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")")"
|
||||
|
|
Loading…
Reference in a new issue