chore(upgrade): bump all dependencies, rust, and images

This commit is contained in:
2026-02-09 09:38:57 -08:00
parent 425ce8ede4
commit c86215f196
10 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS build
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS build
ARG TARGETPLATFORM
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ] || [ "${TARGETPLATFORM}" = "linux/x86_64" ]; then \
apk --no-cache add ovmf edk2-shell; cp /usr/share/ovmf/bios.bin /ovmf.fd; fi