From 8cfc4c178b4a4cb414f077afba3656c65ac09f68 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 13 Jan 2026 17:08:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cf6c22..4139deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG APT_SOURCE # 镜像元数据标签 - 符合OCI镜像规范 LABEL org.opencontainers.image.title="${APP_NAME}" \ org.opencontainers.image.version="${APP_VER}" \ - org.opencontainers.image.description="Docker image for Alpine." \ + org.opencontainers.image.description="Docker image for Debian Builder." \ org.opencontainers.image.authors="Endial Fang " \ org.opencontainers.image.url="https://gitee.com/colovu/docker-${APP_NAME}" \ org.opencontainers.image.vendor="Endial Fang (colovu)" \