chore(docker): switch base image to python:3.11-slim-bookworm to fix apt 404s

This commit is contained in:
Cipher Vance 2025-08-31 12:14:21 -05:00
parent 797266226b
commit 803471b914

View file

@ -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