We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12eda6 commit 837d678Copy full SHA for 837d678
Dockerfile
@@ -174,7 +174,7 @@ RUN set -x && curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy
174
# Install Task.
175
# @see https://github.com/go-task/task/releases
176
# renovate: datasource=github-releases depName=go-task/task extractVersion=^v(?<version>.*)$
177
-ENV TASK_VERSION=3.42.0
+ENV TASK_VERSION=3.42.1
178
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION"
179
180
# Install Codecov reporter.
0 commit comments