pythonのバージョンを更新

This commit is contained in:
yuuki 2024-12-07 07:38:22 +09:00
parent 189050d7c5
commit 028fe8bafd

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