🔨 Settings: [dev] 도커파일 파이썬 이미지 버전 bookworm으로 변경

This commit is contained in:
sm4640
2025-05-31 17:31:44 +09:00
parent 98df1226af
commit 59d65f1ed7

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image # Use an official Python runtime as a parent image
FROM python:3.12-slim-bullseye FROM python:3.12-slim-bookworm
# Set environment variables # Set environment variables
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1