Skip to content

Commit

Permalink
Merge pull request #2053 from dexidp/fix-gomplate-slim
Browse files Browse the repository at this point in the history
fix: stop using slim version of gomplate
  • Loading branch information
sagikazarmark committed Mar 20, 2021
2 parents 83ad7bc + 27dfbc0 commit a1adf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit a1adf86

Please sign in to comment.