max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+2 insertions,
-2 deletions
| @@ -42,7 +42,7 @@ | |||
| 42 | 42 | # | |
| 43 | 43 | # To move it: build/refresh-base-digests.sh, which resolves the tags and | |
| 44 | 44 | # rewrites these two lines. Do that deliberately, not as drive-by maintenance. | |
| 45 | - | FROM quay.io/fedora/fedora:43@sha256:9aae5331ed58d17601de34fec14e061afe7cdd3991be5da4558eb38defdd0e76 AS rust-build | |
| 45 | + | FROM quay.io/fedora/fedora:43@sha256:4432141107de445eae7bcb3b5b9d29d39136109cff407bcaf517109c84f789ef AS rust-build | |
| 46 | 46 | ||
| 47 | 47 | # No python3 any more. It was here for tools/vtrgb.py, which rendered the | |
| 48 | 48 | # greeter's console palette; skelgen emits that table now, along with the rest | |
| @@ -692,7 +692,7 @@ | |||
| 692 | 692 | # Digest-pinned for the same reason as the build stage above, and it matters | |
| 693 | 693 | # more here: this one is the operating system. See that comment for why the | |
| 694 | 694 | # tag is kept beside the digest and why it is the multi-arch index. | |
| 695 | - | FROM quay.io/fedora/fedora-bootc:43@sha256:96bf9106876a7bdc60b4823ac4562bafa2eb892cac8d64b05d4a05d3fd0288b0 | |
| 695 | + | FROM quay.io/fedora/fedora-bootc:43@sha256:c1133226662ce7f79c2398bf6f86047ff37fd82e843dee4d5f9cb8f3dbb58c8d | |
| 696 | 696 | ||
| 697 | 697 | # ===================================================================== | |
| 698 | 698 | # The profile: client or server. |