From 45b5fd7d0740d8f16adcbe2c75ac56751039fff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 22:27:28 +0000 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4.3.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0439fb6..61eed5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG WAIT_FOR_VERSION ARG CONTAINER_LIBRARY_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.0.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.3.3}" # renovate: datasource=github-releases depName=aptible/supercronic ENV SUPERCRONIC_VERSION="${SUPERCRONIC_VERSION:-v0.2.30}" # renovate: datasource=github-releases depName=thegeeklab/url-parser