0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-21 05:13:52 +01:00

Merge pull request #1636 from Stunkymonkey/nextcloud-22.2.3

Update stable to 22.2.3
This commit is contained in:
Tilo Spannagel 2021-11-16 21:13:36 +01:00 committed by GitHub
commit 603c2ead2e
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='22.2.2'
stable_channel='22.2.3'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"