ci: Take task-runner-launcher 1.3.1 into use on n8nio/runners (#19384)

This commit is contained in:
Jaakko Husso
2025-09-10 18:32:36 +03:00
committed by GitHub
parent 8f60b52533
commit 306bdb9a2a
2 changed files with 2 additions and 2 deletions

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.0
ARG LAUNCHER_VERSION=1.3.1
RUN set -e; \
case "$TARGETPLATFORM" in \