updated gomplate version and added ppc64le support

Signed-off-by: mayurwaghmode <waghmodemayur17@gmail.com>
This commit is contained in:
mayurwaghmode
2022-08-11 02:31:12 -07:00
parent e74acdff6c
commit b9d88c723f
3 changed files with 3 additions and 3 deletions

View File

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