Update Python base image to 3.9-slim-bookworm (#325)

* issue: gh-324
This commit is contained in:
Islam Asabaev
2026-04-18 16:48:55 +02:00
committed by GitHub
parent fab97463c2
commit 936fdd10b1
+1 -1
View File
@@ -1,5 +1,5 @@
# Sets the python version
FROM python:3.9.5-slim
FROM python:3.9-slim-bookworm
# Allows the logs generated by python apps to be rendered in the terminal
ENV PYTHONUNBUFFERED 1