unify alpine version

This commit is contained in:
iceBear67
2026-06-22 13:58:03 +08:00
parent 54deda0210
commit 06a7b96fea
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest AS hypervisor
FROM alpine:3.24.1 AS hypervisor
ADD ./scripts/setup-hypervisor.sh /setup.sh
# Download cloud hypervisor
RUN apk update && apk add bash curl jq tini linux-virt && sh /setup.sh && rm /setup.sh && mkdir /app