From 7a1445cd19ebcb2345162d7a86bcb759f81ab3a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 03:21:11 +1100 Subject: [PATCH] chore(deps): update dependency go-task/task to v3.41.0 (#164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47d45c5..ccb01f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -174,7 +174,7 @@ RUN set -x && curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy # Install Task. # @see https://github.com/go-task/task/releases # renovate: datasource=github-releases depName=go-task/task extractVersion=^v(?.*)$ -ENV TASK_VERSION=3.40.1 +ENV TASK_VERSION=3.41.0 RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION" # Install Codecov reporter.