chore: Upgrade task runner launcher to 1.1.2 (#14985)

This commit is contained in:
Iván Ovejero
2025-04-29 11:36:29 +02:00
committed by GitHub
parent d2178a13b1
commit 9d2a65b3cb
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ COPY docker/images/n8n/docker-entrypoint.sh /
# Setup the Task Runner Launcher # Setup the Task Runner Launcher
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=1.1.1 ARG LAUNCHER_VERSION=1.1.2
COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json
# Download, verify, then extract the launcher binary # Download, verify, then extract the launcher binary
RUN \ RUN \

View File

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