Skip to content

Commit

Permalink
chore: update dl-link to smartbear-devrel
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 23, 2024
1 parent 69eaa16 commit 4747efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
echo unsupported arch "$(uname -m)"; \
exit 1; \
fi && \
curl -LO https://github.com/YOU54F/explore-cli/releases/download/0.6.0/explore-cli-linux-musl-$BINARY_ARCH.gz && \
curl -LO https://github.com/smartbear-devrel/explore-cli/releases/download/0.6.0/explore-cli-linux-musl-$BINARY_ARCH.gz && \
gunzip explore-cli-linux-musl-$BINARY_ARCH.gz && \
chmod +x explore-cli-linux-musl-$BINARY_ARCH && \
mv explore-cli-linux-musl-$BINARY_ARCH /usr/local/bin/explore-cli && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
echo unsupported arch "$(uname -m)"; \
exit 1; \
fi && \
curl -LO https://github.com/YOU54F/explore-cli/releases/download/0.6.0/explore-cli-linux-$BINARY_ARCH.gz && \
curl -LO https://github.com/smartbear-devrel/explore-cli/releases/download/0.6.0/explore-cli-linux-$BINARY_ARCH.gz && \
gunzip explore-cli-linux-$BINARY_ARCH.gz && \
chmod +x explore-cli-linux-$BINARY_ARCH && \
mv explore-cli-linux-$BINARY_ARCH /usr/local/bin/explore-cli && \
Expand Down

0 comments on commit 4747efc

Please sign in to comment.