0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-08-01 02:58:05 +02:00

Compare commits

..

2 commits

Author SHA1 Message Date
Jesse Hitch
1a9adcf712
Merge 040b7411a4 into a1e93f429c 2024-09-18 19:59:53 +00:00
John Molakvoæ
a1e93f429c
Bump stable to 29.0.7 (#2297)
Fix #2294

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-09-18 19:43:16 +00:00

View file

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