fix: downgrade Flutter to 3.44.0 — cirruslabs image for 3.44.1 not published #409

Merged
guettlibot merged 1 commits from refs/pull/409/head into main 2026-06-04 06:02:51 +00:00
guettlibot commented 2026-06-04 05:29:07 +00:00 (Migrated from codeberg.org)

Summary

  • Reverts .fvmrc from 3.44.1 to 3.44.0
  • ghcr.io/cirruslabs/flutter:3.44.1 returns "manifest unknown" — image does not exist on GHCR
  • ghcr.io/cirruslabs/flutter:3.44.0 is confirmed present — CI can pull the toolchain container again

Closes #408

Test plan

  • docker manifest inspect ghcr.io/cirruslabs/flutter:3.44.0 returns a valid manifest (verified locally)
  • docker manifest inspect ghcr.io/cirruslabs/flutter:3.44.1 returns "manifest unknown" (confirmed root cause)
  • CI pipeline should pass once the toolchain image resolves correctly

🤖 Generated with Claude Code

## Summary - Reverts `.fvmrc` from `3.44.1` to `3.44.0` - `ghcr.io/cirruslabs/flutter:3.44.1` returns "manifest unknown" — image does not exist on GHCR - `ghcr.io/cirruslabs/flutter:3.44.0` is confirmed present — CI can pull the toolchain container again Closes #408 ## Test plan - [x] `docker manifest inspect ghcr.io/cirruslabs/flutter:3.44.0` returns a valid manifest (verified locally) - [x] `docker manifest inspect ghcr.io/cirruslabs/flutter:3.44.1` returns "manifest unknown" (confirmed root cause) - [ ] CI pipeline should pass once the toolchain image resolves correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.