fix(backend): upgrade base image to bookworm to fix build [32788f42]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user