Browse Source

feat: 更新 Dockerfile,升级 Python 基础镜像至 3.10.16

pull/7/head
chenjiale 2 weeks ago
parent
commit
515f0d17fc
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM docker.io/python:3.9.20-slim
FROM docker.io/python:3.10.16-slim
WORKDIR /app

Loading…
Cancel
Save