From 60ea7795aebaa0b2e5df7c378fc054a5c5f407cc Mon Sep 17 00:00:00 2001 From: amtoaer Date: Thu, 4 Jan 2024 21:07:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=A0=87=E7=AD=BE?= 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 6f2a8bf..e6744e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine3.19 +FROM python:3.11.7-alpine3.19 WORKDIR /app