chore(core): Upgrade launcher to 1.4.0 (#20513)

This commit is contained in:
Iván Ovejero 2025-10-08 13:09:04 +02:00 committed by GitHub
parent 7324a24305
commit 5f969122e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ARG NODE_VERSION=22
ARG N8N_VERSION=snapshot
ARG LAUNCHER_VERSION=1.3.1
ARG LAUNCHER_VERSION=1.4.0
ARG TARGETPLATFORM
# ==============================================================================

View File

@ -74,7 +74,7 @@ RUN uv pip install -r /app/task-runner-python/extras.txt
# ==============================================================================
FROM alpine:3.22.1 AS launcher-downloader
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=1.3.1
ARG LAUNCHER_VERSION=1.4.0
RUN set -e; \
case "$TARGETPLATFORM" in \