diff --git a/docker/images/n8n/Dockerfile b/docker/images/n8n/Dockerfile index f7249c50fd..ea32bd88db 100644 --- a/docker/images/n8n/Dockerfile +++ b/docker/images/n8n/Dockerfile @@ -40,7 +40,7 @@ COPY docker/images/n8n/docker-entrypoint.sh / # Setup the Task Runner Launcher 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 # Download, verify, then extract the launcher binary RUN \