diff --git a/examples/citation_with_extraction/Dockerfile b/examples/citation_with_extraction/Dockerfile index afc18e1da..2d0acfa47 100644 --- a/examples/citation_with_extraction/Dockerfile +++ b/examples/citation_with_extraction/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/python -FROM python:3.10-slim-bullseye +FROM python:3.12.7-slim-bullseye ENV PYTHONUNBUFFERED True ENV APP_HOME /app