Skip to content

Commit

Permalink
fix(482): Bump store-cli version to the latest. (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtrot0304 authored Dec 3, 2024
1 parent dafc34c commit 148c35f
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 @@ -113,10 +113,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/tags/v0.0.71 \
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/latest \
| 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/tags/v0.0.71 \
&& wget -q -O - https://api.github.com/repos/screwdriver-cd/store-cli/releases/latest \
| 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 148c35f

Please sign in to comment.