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