From d82db566ab313da75ac209ff69e1a115692fb440 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 21 Jun 2024 09:06:03 +0200 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4 (#283) Reviewed-on: https://gitea.rknet.org/container/alpine-tools/pulls/283 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 914cda4..c888c1b 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -19,7 +19,7 @@ ARG JSBEAUTIFY_VERSION ARG YAMLLINT_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.8}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.0.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v2.0.5}" # renovate: datasource=npm depName=prettier