chore(docker): switch base image to python:3.11-slim-bookworm to fix apt 404s
This commit is contained in:
parent
797266226b
commit
803471b914
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use an official Python runtime as a base
|
||||
FROM python:3.11-slim-buster
|
||||
FROM python:3.11-slim-bookworm
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue