From 64aeb278c777032e992908a3a665fc3431c0c492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 02:31:37 +0000 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a419ab9..cab176f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG CONTAINER_LIBRARY_VERSION # renovate: datasource=github-releases depName=pretalx/pretalx ENV PRETALX_VERSION="${BUILD_VERSION:-v2024.1.0}" # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.3.3}" # renovate: datasource=github-releases depName=thegeeklab/wait-for ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.2}" # renovate: datasource=github-releases depName=owncloud-ops/container-library