From 23efe9200ccd9e0a69242bf61cd221462370d1f4 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Mon, 3 Jun 2024 23:43:42 +0400 Subject: [PATCH] Bump gomplate 3.11.8 (#3565) Signed-off-by: Maksim Nabokikh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5907ff53a..f87efd3f74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ ARG TARGETOS ARG TARGETARCH ARG TARGETVARIANT -ENV GOMPLATE_VERSION=v3.11.7 +ENV GOMPLATE_VERSION=v3.11.8 RUN wget -O /usr/local/bin/gomplate \ "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \