From 33e8a37f5810eb2366cf3cc5c7d25555ca5a4108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:52:33 +0000 Subject: [PATCH] build(deps): Bump python from 3.10-slim to 3.13-slim Bumps python from 3.10-slim to 3.13-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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