Skip to content

Commit cf487d9

Browse files
fix: switch ContentProcessor base image to python:3.12-slim-bookworm
The devcontainers/python image on MCR is returning 403 Forbidden. Use the official Python slim image instead, which is lighter and appropriate for production containers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ab495c8 commit cf487d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContentProcessor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
1+
FROM python:3.12-slim-bookworm
22

33
# Keep Python/uv behavior predictable in containers
44
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)