Merge pull request #3856 from MoeBensu/update-gomplate

build(deps): bump gomplate from 4.0.1 to 4.3.0
This commit is contained in:
Márk Sági-Kazár
2025-01-10 11:21:27 +01:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v4.0.1
ENV GOMPLATE_VERSION=v4.3.0
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \