diff --git a/Dockerfile b/Dockerfile index 5f1505a..f0b2de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Da Vinci Code — Game Server (FastAPI + uvicorn) # README 기준 Python 3.10 -FROM python:3.10-slim +FROM python:3.13-slim WORKDIR /app