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:44ce208e9a7ea0da1027caecd4e846664ae5e2a2d73d1e93a969f529b9015c15 AS rust-build | |
| 45 | + | FROM quay.io/fedora/fedora:43@sha256:f9e3105e1f074aea1974192abb528432626f1e40ed50d2a9985460047f411aa7 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 | |
| @@ -291,7 +291,7 @@ | |||
| 291 | 291 | # Digest-pinned for the same reason as the build stage above, and it matters | |
| 292 | 292 | # more here: this one is the operating system. See that comment for why the | |
| 293 | 293 | # tag is kept beside the digest and why it is the multi-arch index. | |
| 294 | - | FROM quay.io/fedora/fedora-bootc:43@sha256:9f0fcfc553103b98ccc01ca02fbb43bbb38649749e613fc007399681c281ae2f | |
| 294 | + | FROM quay.io/fedora/fedora-bootc:43@sha256:0bbcb9f07b06cd680b8a75ff2a2d91cfee8de7781fe4b1c76928503aa0526472 | |
| 295 | 295 | ||
| 296 | 296 | # ===================================================================== | |
| 297 | 297 | # The profile: client or server. |