unify alpine version

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

View File

@@ -1,4 +1,4 @@
FROM alpine:latest AS hypervisor
FROM alpine:latest-stable 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