diff --git a/examples/shared/python/Dockerfile b/examples/shared/python/Dockerfile index 5c697831d6cea..6d355461e57fa 100644 --- a/examples/shared/python/Dockerfile +++ b/examples/shared/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim-bullseye@sha256:9f35f3a6420693c209c11bba63dcf103d88e47ebe0b205336b5168c122967edf as python-base +FROM python:3.12.0-slim-bullseye@sha256:9e12e76357873637053b65ff61b03cec03d1a79db1ae1ff584b46a06483d0c44 as python-base RUN rm -f /etc/apt/apt.conf.d/docker-clean \ && echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | tee /etc/apt/apt.conf.d/keep-cache ARG PYTHON_REQUIREMENTS_FILE=aiohttp/requirements.txt