chore: update Dockerfile to use python:3-slim for compatibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# 开发环境Dockerfile
|
||||
FROM python:3.11-slim
|
||||
FROM python:3-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user