Browse Source

feat: Bump gomplate 3.14.4

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
pull/2840/head
m.nabokikh 3 years ago
parent
commit
4ef22ad286
  1. 2
      Dockerfile

2
Dockerfile

@ -34,7 +34,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v3.11.3
ENV GOMPLATE_VERSION=v3.11.4
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