From fe49cd46650d61764b45c6b659702c3b5bfd7f3b Mon Sep 17 00:00:00 2001 From: soul-walker Date: Thu, 27 Jun 2024 17:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=95=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=BB=8E=E5=9B=BD=E5=86=85=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_Gitea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_Gitea b/Dockerfile_Gitea index 978eb87..fa7d746 100644 --- a/Dockerfile_Gitea +++ b/Dockerfile_Gitea @@ -1,4 +1,4 @@ -FROM alpine +FROM docker.m.daocloud.io/library/alpine:3.20 COPY ./rts-sim-testing-service /usr/local/bin/rts-sim-testing-service WORKDIR /bj-rtsts COPY ./config/*.yml ./ -- 2.40.1