mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
chore: Bump task-runner-launcher to 1.4.3 (#25818)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b5adf9f2ec
commit
c2a824a263
|
|
@ -82,7 +82,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.2
|
||||
ARG LAUNCHER_VERSION=1.4.3
|
||||
|
||||
RUN set -e; \
|
||||
case "$TARGETPLATFORM" in \
|
||||
|
|
|
|||
|
|
@ -99,7 +99,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.2
|
||||
ARG LAUNCHER_VERSION=1.4.3
|
||||
|
||||
RUN set -e; \
|
||||
apt-get update && apt-get install -y --no-install-recommends wget ca-certificates && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user