Skip to content

Commit

Permalink
pin version of store-cli to v0.0.71 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
VonnyJap authored Nov 14, 2024
1 parent 1caef0a commit ff6d55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ RUN set -x \
| wget --base=http://github.com/ -i - -O sd-cmd \
&& chmod +x sd-cmd \
# Download store-cli
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/latest \
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/tags/v0.0.71 \
| egrep -o "/screwdriver-cd/store-cli/releases/download/v[0-9.]*/store-cli_${TARGETOS}_${TARGETARCH}" \
| sed -e "s/\/screwdriver-cd\/\([a-zA-Z-]*\)\/releases\/download\/\(v[0-9.]*\)\/store-cli_${TARGETOS}_${TARGETARCH}/\1 \2/" >> tool-versions \
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/latest \
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/tags/v0.0.71 \
| egrep -o "/screwdriver-cd/store-cli/releases/download/v[0-9.]*/store-cli_${TARGETOS}_${TARGETARCH}" \
| wget --base=http://github.com/ -i - -O store-cli \
&& chmod +x store-cli \
Expand Down

0 comments on commit ff6d55f

Please sign in to comment.