From 40b5f7da1b48567ebd20ef533d5a615135295dd3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 21 Jun 2024 21:15:32 +0200 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4 (#32) Reviewed-on: https://gitea.rknet.org/container/caddy/pulls/32 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 fee3f0f..4615a1f 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -14,7 +14,7 @@ ARG TARGETVARIANT ARG GOMPLATE_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.8}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.0.0}" RUN addgroup -g 101 -S caddy && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G caddy -g caddy caddy && \