From e781a09bc4953cd23913cb2085715a3ce1385d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 03:51:17 +0000 Subject: [PATCH] chore(deps): update dependency go-task/task to v3.36.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47523e0..b3d9985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -167,7 +167,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.35.1 +ENV TASK_VERSION=3.36.0 RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION" # Install Codecov reporter.