Skip to content

Commit 7c97449

Browse files
Merge pull request #4146 from nathanlaceyraft/update-gomplate-cve
Resolve CVE by updating gomplate to 4.3.2
2 parents 8e96058 + 07bdd28 commit 7c97449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ARG TARGETOS
4747
ARG TARGETARCH
4848
ARG TARGETVARIANT
4949

50-
ENV GOMPLATE_VERSION=v4.3.0
50+
ENV GOMPLATE_VERSION=v4.3.2
5151

5252
RUN wget -O /usr/local/bin/gomplate \
5353
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \

0 commit comments

Comments
 (0)