Skip to content
Snippets Groups Projects
Unverified Commit a1adf86e authored by Márk Sági-Kazár's avatar Márk Sági-Kazár Committed by GitHub
Browse files

Merge pull request #2053 from dexidp/fix-gomplate-slim

fix: stop using slim version of gomplate
parents 83ad7bc4 27dfbc03
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ ARG TARGETVARIANT
ENV GOMPLATE_VERSION=v3.9.0
RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}-slim" \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \
&& chmod +x /usr/local/bin/gomplate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment