Skip to content

Commit 7c2ce99

Browse files
change base image to python:3.11-slim-bullseye in Content Processor Dockerfile
1 parent 9cebfdf commit 7c2ce99

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-bullseye AS base
1+
FROM python:3.11-slim-bullseye AS base
22
WORKDIR /app
33

44
# Install poppler-utils

0 commit comments

Comments
 (0)