Skip to content

Commit 971dd1e

Browse files
chore(deps): update dependency ahoy-cli/ahoy to v2.4.0 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 952a506 commit 971dd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archiv
166166
# Install Ahoy.
167167
# @see https://github.com/ahoy-cli/ahoy/releases
168168
# renovate: datasource=github-releases depName=ahoy-cli/ahoy extractVersion=^v(?<version>.*)$
169-
ENV AHOY_VERSION=2.3.0
169+
ENV AHOY_VERSION=2.4.0
170170
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" \
171171
&& chmod +x /usr/local/bin/ahoy \
172172
&& ahoy --version

0 commit comments

Comments
 (0)