From fd747fc4632d56b9076dde01ae824956dbfc31d5 Mon Sep 17 00:00:00 2001 From: Gardel Date: Sun, 1 Jun 2025 19:26:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20docker=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=90=AF=E5=8A=A8?= 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 bfc57af..4635ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM debain:latest LABEL maintainer="Gardel " LABEL "Description"="Go Yggdrasil Server"