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:202837bb48e0a3ce99a88e1b24ef1bf7eb13efa41b92995f16eb7d4713c70e42 AS rust-build | |
| 45 | + | FROM quay.io/fedora/fedora:43@sha256:017dd640a16ef8a2804813337454c4433440fe7272a8ee4911a08f343264bd76 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 | |
| @@ -331,7 +331,7 @@ | |||
| 331 | 331 | # Digest-pinned for the same reason as the build stage above, and it matters | |
| 332 | 332 | # more here: this one is the operating system. See that comment for why the | |
| 333 | 333 | # tag is kept beside the digest and why it is the multi-arch index. | |
| 334 | - | FROM quay.io/fedora/fedora-bootc:43@sha256:9d2cb6d3239afc22337cea1e63c48fe9d78efb91f7261631042241be4789ba66 | |
| 334 | + | FROM quay.io/fedora/fedora-bootc:43@sha256:0fd80bafd185b528fafe259a09af46e2ff55086927f0fed405bef4915d3ab107 | |
| 335 | 335 | ||
| 336 | 336 | # ===================================================================== | |
| 337 | 337 | # The profile: client or server. |