Browse Source

Resolve CVE by updating gomplate to 4.3.2

Signed-off-by: Nathan Lacey <nlacey@teamraft.com>
pull/4148/head
Nathan Lacey 10 months ago committed by Mark Sagi-Kazar
parent
commit
1a97d72ab1
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
  1. 2
      Dockerfile

2
Dockerfile

@ -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}" \

Loading…
Cancel
Save