diff --git a/Dockerfile b/Dockerfile index 5908207..91b269f 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.37.2 +ENV TASK_VERSION=3.38.0 RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION" # Install Codecov reporter.