mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
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:
@@ -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 \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user