ci: Upgrade task runner launcher to 0.4.0-rc (#11902)

This commit is contained in:
Iván Ovejero
2024-11-26 20:55:06 +01:00
committed by GitHub
parent a713b3ed25
commit 30c6d969bf
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ COPY docker/images/n8n/docker-entrypoint.sh /
# Setup the Task Runner Launcher
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=0.3.0-rc
ARG LAUNCHER_VERSION=0.4.0-rc
COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json
# Download, verify, then extract the launcher binary
RUN \

View File

@@ -24,7 +24,7 @@ RUN set -eux; \
# Setup the Task Runner Launcher
ARG TARGETPLATFORM
ARG LAUNCHER_VERSION=0.3.0-rc
ARG LAUNCHER_VERSION=0.4.0-rc
COPY n8n-task-runners.json /etc/n8n-task-runners.json
# Download, verify, then extract the launcher binary
RUN \