From e28db2a55280a6ba568ead88b467dc20bd76eec2 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 23 Jan 2024 01:34:03 +0000 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v3.11.7 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 395b846..d5491f2 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -15,7 +15,7 @@ ARG GOMPLATE_VERSION ARG CONTAINER_LIBRARY # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.6}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=git-tags depName=https://gitea.rknet.org/container/container-library ENV CONTAINER_LIBRARY="${CONTAINER_LIBRARY:-v0.1.3}"