From 5b20b3c8ebe4386dfe89445036ef1bb2d54ad5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 10 Jun 2025 15:13:02 +0800 Subject: [PATCH] Update Dockerfile.runtime --- Dockerfile.runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.runtime b/Dockerfile.runtime index 5c6a386..19a59cf 100644 --- a/Dockerfile.runtime +++ b/Dockerfile.runtime @@ -1,4 +1,4 @@ -FROM python:3.10.18-alpine3.22 +FROM python:3.12-alpine3.22 RUN apk add --no-cache bash\ wget \