diff --git a/Dockerfile b/Dockerfile index 7968c61..57b2378 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.38.0 +ENV TASK_VERSION=3.39.0 RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin "v$TASK_VERSION" # Install Codecov reporter.