From b00a00e791230e1ab67a3fbaa2be9bf64f8762f9 Mon Sep 17 00:00:00 2001 From: naiba Date: Fri, 8 Dec 2023 09:55:17 +0800 Subject: [PATCH] Add comment about missing riscv64 image in latest Alpine image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d0bb0e8..9531a8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# latest 镜像还没有 riscv64 https://hub.docker.com/_/alpine/tags FROM alpine:edge ARG TARGETOS