Python3.13ではmsgspecのビルドに失敗するため3.12.7に一時的に固定する
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3
|
||||
FROM python:3.12.7
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user