Bump gomplate to v3.11.7

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
Maksim Nabokikh
2024-01-23 14:49:43 +01:00
committed by GitHub
parent 11bea4d53c
commit 47b2268287
+1 -1
View File
@@ -44,7 +44,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v3.11.6
ENV GOMPLATE_VERSION=v3.11.7
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \