chore: Upgrade launcher to 1.1.3 (#16429)

This commit is contained in:
Iván Ovejero
2025-06-17 14:35:57 +02:00
committed by GitHub
parent 9850a560b4
commit 2bc3f8cf9d

View File

@@ -40,7 +40,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.2 ARG LAUNCHER_VERSION=1.1.3
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 \