chore(core): Bump task-runner-launcher in runners image (#30763)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
This commit is contained in:
n8n-cat-bot[bot]
2026-05-20 08:31:06 +00:00
committed by GitHub
parent 62796bb860
commit a1d58630cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ RUN uv pip install . && rm -rf /app/task-runner-python/src
# ==============================================================================
FROM alpine:3.22 AS launcher-downloader
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=1.4.5
ARG LAUNCHER_VERSION=1.4.6
RUN set -e; \
case "$TARGETPLATFORM" in \
+1 -1
View File
@@ -106,7 +106,7 @@ RUN uv pip install . && rm -rf /app/task-runner-python/src
# ==============================================================================
FROM debian:bookworm-slim AS launcher-downloader
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=1.4.5
ARG LAUNCHER_VERSION=1.4.6
RUN set -e; \
apt-get update && apt-get install -y --no-install-recommends wget ca-certificates && \