diff --git a/examples/python/Dockerfile b/examples/python/Dockerfile index 8651a4bec..4bf78ea8d 100644 --- a/examples/python/Dockerfile +++ b/examples/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:latest +FROM python:3.11 ENV PYTHONBUFFERED 1