From 59d65f1ed7cefd75e2ec9a527e5b47e57d60b59d Mon Sep 17 00:00:00 2001 From: sm4640 Date: Sat, 31 May 2025 17:31:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Settings:=20[dev]=20=EB=8F=84?= =?UTF-8?q?=EC=BB=A4=ED=8C=8C=EC=9D=BC=20=ED=8C=8C=EC=9D=B4=EC=8D=AC=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B2=84=EC=A0=84=20bookworm?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3849e0e..621f45e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.12-slim-bullseye +FROM python:3.12-slim-bookworm # Set environment variables ENV PYTHONUNBUFFERED 1