From 56282afb78ef2fb63246e3ce3ec16a151b54d82d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:41:27 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v27.1.11 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c36fec1..5e5eaea 100644 --- a/build-images.sh +++ b/build-images.sh @@ -3,7 +3,7 @@ # Terminate on error set -e -NC_VERSION=27.1.7 +NC_VERSION=27.1.11 # Prepare variables for later use images=()