Update Dockerfile to use custom Python 3.10.5 image instead of Python 3.11 slim base

This commit is contained in:
张鑫
2025-12-16 14:32:10 +08:00
parent 09e38e7350
commit 34ee91a66e

View File

@@ -1,5 +1,5 @@
# Use Python 3.11 slim image as base # Use Python 3.11 slim image as base
FROM python:3.11-slim FROM 172.16.102.3:30648/python:3.10.5
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app