Bump runner-job-image Dagger CLI from 0.20.0 to 0.20.1
All checks were successful
Build Container (Nix) / detect (push) Successful in 2s
Build Container / detect (push) Successful in 3s
Build Container (Nix) / build (runner-job-image) (push) Successful in 2s
Build Container / build (runner-job-image) (push) Successful in 2m28s

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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-06 20:32:05 -08:00
commit 24f7512d59
2 changed files with 3 additions and 3 deletions

View file

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

View file

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