more precise Dockerfile

master
Jukoga 2025-10-29 19:53:04 +01:00
parent d7732c5f14
commit 8edffa16d5
1 changed files with 1 additions and 1 deletions

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.11-slim FROM python:3.11-slim-bookworm
# Set environment variables # Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1