From 267e68a894404d32f4a595ab3e7bd5c09889fe6b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 10 Jun 2025 21:40:12 +0800 Subject: [PATCH] chore: bump docker image python version to 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59ef17d4a..0430be002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim WORKDIR /AstrBot COPY . /AstrBot/