From f2463201f0e91e78692627dd6947a7abed5f7384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:28:09 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v28.0.13 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 88d8c44..a870eb9 100644 --- a/build-images.sh +++ b/build-images.sh @@ -3,7 +3,7 @@ # Terminate on error set -e -NC_VERSION=28.0.9 +NC_VERSION=28.0.13 # Prepare variables for later use images=()