max / alloy
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:332974f564e2d6c8c4fa54dfa3e882be44cb5689ace7d895646e9325cee18b26 AS rust-build | |
| 45 | + | FROM quay.io/fedora/fedora:43@sha256:ee2a496ffd34c4cab2fe8a2216686a11f604a58890050c59b31df992b05207f0 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 | |
| @@ -345,7 +345,7 @@ | |||
| 345 | 345 | # Digest-pinned for the same reason as the build stage above, and it matters | |
| 346 | 346 | # more here: this one is the operating system. See that comment for why the | |
| 347 | 347 | # tag is kept beside the digest and why it is the multi-arch index. | |
| 348 | - | FROM quay.io/fedora/fedora-bootc:43@sha256:2266b67ddb2c7583e21dc7572b942947ddb9e91fb1538ba6d29c8875039650bb | |
| 348 | + | FROM quay.io/fedora/fedora-bootc:43@sha256:89c1f059acd06f1cbca7bbcdf6c5e3bee35c285e3c4211a65f62895f03f7cd3e | |
| 349 | 349 | ||
| 350 | 350 | # ===================================================================== | |
| 351 | 351 | # The profile: client or server. |