From b0304e20c835e47b8a30a775711e9a131ec2e8fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:13:19 +0000 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v3.11.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8fd989..cc7a462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG CONTAINER_LIBRARY_VERSION ARG ELASTICSEARCH_PLUGINS # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.8}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"