Skip to content

Commit

Permalink
chore(deps): update dependency ahoy-cli/ahoy to v2.3.0 (#159)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ahoy-cli/ahoy to v2.3.0

* t

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Skrypnyk <[email protected]>
  • Loading branch information
renovate[bot] and AlexSkrypnyk authored Jan 8, 2025
1 parent 514a8ed commit 8193676
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 @@ -166,8 +166,8 @@ RUN curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archiv
# Install Ahoy.
# @see https://github.com/ahoy-cli/ahoy/releases
# renovate: datasource=github-releases depName=ahoy-cli/ahoy extractVersion=^v(?<version>.*)$
ENV AHOY_VERSION=2.2.0
RUN curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy/releases/download/v${AHOY_VERSION}/ahoy-bin-$(uname -s)-amd64" \
ENV AHOY_VERSION=2.3.0
RUN set -x && curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy/releases/download/v${AHOY_VERSION}/ahoy-bin-$(uname -s)-amd64" \
&& chmod +x /usr/local/bin/ahoy \
&& ahoy --version

Expand Down

0 comments on commit 8193676

Please sign in to comment.