chore: Upgrade task runner launcher to 1.1.1 (#13495)

This commit is contained in:
Iván Ovejero
2025-02-25 13:00:44 +01:00
committed by GitHub
parent dfd932f9c1
commit a4f674115e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ RUN set -eux; \
# Setup the Task Runner Launcher
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=1.1.0
ARG LAUNCHER_VERSION=1.1.1
COPY n8n-task-runners.json /etc/n8n-task-runners.json
# Download, verify, then extract the launcher binary
RUN \