chore: update Dockerfile to use python:3-slim for compatibility

This commit is contained in:
赵杰 Jie Zhao (雄狮汽车科技)
2025-11-03 00:02:53 +08:00
parent 2ab6aafc6f
commit 8b99272711
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# 开发环境Dockerfile
FROM python:3.11-slim
FROM python:3-slim
WORKDIR /app