Python3.13ではmsgspecのビルドに失敗するため3.12.7に一時的に固定する

This commit is contained in:
yuuki 2024-10-15 11:45:33 +00:00
parent 85dbac7164
commit 775fa98be6

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3.12.7
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt