修改基础镜像

修改基础镜像
This commit is contained in:
zhinianboke 2025-08-14 09:37:19 +08:00 committed by GitHub
commit afa404f64c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 使用Python 3.11作为基础镜像
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
# 设置标签信息
LABEL maintainer="zhinianboke"

View File

@ -1,5 +1,5 @@
# 使用Python 3.11作为基础镜像
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
# 设置标签信息
LABEL maintainer="zhinianboke"