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:
Declan Carroll 2026-02-16 17:50:15 +00:00 committed by GitHub
parent b5adf9f2ec
commit c2a824a263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 && \