Browse Source

Resolve CVE by updating gomplate to 4.3.3 (#4224)

Signed-off-by: Phil Brown <pbrown2@atlassian.com>
pull/4229/head
Phil Brown 8 months ago committed by GitHub
parent
commit
a829066558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -47,7 +47,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v4.3.2
ENV GOMPLATE_VERSION=v4.3.3
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \

Loading…
Cancel
Save