fix(backend): upgrade base image to bookworm to fix build [32788f42]

This commit is contained in:
2026-03-20 13:32:27 +00:00
parent 62ae7fe69e
commit 961dbf1348

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11-slim-buster
FROM python:3.11-slim-bookworm
# Set the working directory in the container
WORKDIR /app