Resolve CVE by updating gomplate to 4.3.2

Signed-off-by: Nathan Lacey <nlacey@teamraft.com>
This commit is contained in:
Nathan Lacey
2025-05-21 15:05:42 -04:00
parent 8e96058e71
commit 07bdd285e6
+1 -1
View File
@@ -47,7 +47,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v4.3.0
ENV GOMPLATE_VERSION=v4.3.2
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \