From 73cfe734458b7249496133598d34a95b6fe6dfc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:59:03 +0000 Subject: [PATCH] chore(deps): update dependency go-task/task to v3.39.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14a525a..1a5b19e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -174,7 +174,7 @@ RUN curl -L -o "/usr/local/bin/ahoy" "https://github.com/ahoy-cli/ahoy/releases/ # Install Task. # @see https://github.com/go-task/task/releases # renovate: datasource=github-releases depName=go-task/task extractVersion=^v(?.*)$ -ENV TASK_VERSION=3.39.0 +ENV TASK_VERSION=3.39.1 RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION" # Install Codecov reporter.