0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Update stable tag to 21.0.3 (#1538)

The official updater now rolls out 21.0.3 to all 20.0.11 users
This commit is contained in:
Elias 2021-07-18 23:45:24 +02:00 committed by GitHub
parent 1e86ea7d4e
commit 31b0b0337e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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