From 24f7512d59273cf823d3728a13fe7ced31bedd38 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 6 Mar 2026 20:32:05 -0800 Subject: [PATCH] Bump runner-job-image Dagger CLI from 0.20.0 to 0.20.1 Phase 1 of Dagger upgrade: update the CLI in the runner container first so CI can build the new image with the old engine version. See [[upgrade-dagger]] for the full procedure. Co-Authored-By: Claude Opus 4.6 --- containers/runner-job-image/Dockerfile | 2 +- service-versions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/runner-job-image/Dockerfile b/containers/runner-job-image/Dockerfile index 88e041f..b814339 100644 --- a/containers/runner-job-image/Dockerfile +++ b/containers/runner-job-image/Dockerfile @@ -9,7 +9,7 @@ # Usage: Configure runner with label like: # docker:docker://registry.ops.eblu.me/blumeops/runner-job-image:latest -ARG CONTAINER_APP_VERSION=0.20.0 +ARG CONTAINER_APP_VERSION=0.20.1 FROM debian:bookworm-slim diff --git a/service-versions.yaml b/service-versions.yaml index cc4d491..256a47a 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -230,8 +230,8 @@ services: - name: runner-job-image type: argocd - last-reviewed: 2026-02-23 - current-version: "0.20.0" + last-reviewed: 2026-03-06 + current-version: "0.20.1" upstream-source: https://github.com/dagger/dagger/releases notes: >- Forgejo Actions job execution image. CONTAINER_APP_VERSION tracks the