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