pythonのバージョンを更新

This commit is contained in:
yuuki
2024-12-05 19:01:44 +09:00
parent ef81aab2f8
commit 21bd77bb07

View File

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