Skip to content

Commit 837d678

Browse files
chore(deps): update dependency go-task/task to v3.42.1 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b12eda6 commit 837d678

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
@@ -174,7 +174,7 @@ RUN set -x && curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy
174174
# Install Task.
175175
# @see https://github.com/go-task/task/releases
176176
# renovate: datasource=github-releases depName=go-task/task extractVersion=^v(?<version>.*)$
177-
ENV TASK_VERSION=3.42.0
177+
ENV TASK_VERSION=3.42.1
178178
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION"
179179

180180
# Install Codecov reporter.

0 commit comments

Comments
 (0)