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

Update stable to 22.2.3

Signed-off-by: Felix Buehler <account@buehler.rocks>
This commit is contained in:
Felix Buehler 2021-11-16 14:22:07 +01:00
parent 4821c307e9
commit e3c4b823e3

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")")"