We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952a506 commit 971dd1eCopy full SHA for 971dd1e
Dockerfile
@@ -166,7 +166,7 @@ RUN curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archiv
166
# Install Ahoy.
167
# @see https://github.com/ahoy-cli/ahoy/releases
168
# renovate: datasource=github-releases depName=ahoy-cli/ahoy extractVersion=^v(?<version>.*)$
169
-ENV AHOY_VERSION=2.3.0
+ENV AHOY_VERSION=2.4.0
170
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" \
171
&& chmod +x /usr/local/bin/ahoy \
172
&& ahoy --version
0 commit comments