0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-12 23:46:10 +02:00

Update stable tag to 20.0.9 (#1470)

Signed-off-by: Florian Friedrich <ffried@me.com>
This commit is contained in:
Florian Friedrich 2021-04-09 13:32:17 +02:00 committed by GitHub
parent 3235316659
commit ede3bdc0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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