diff --git a/examples/block_pipeline/Dockerfile b/examples/block_pipeline/Dockerfile index 90af045b..9aa59976 100644 --- a/examples/block_pipeline/Dockerfile +++ b/examples/block_pipeline/Dockerfile @@ -2,7 +2,7 @@ # builder: install needed dependencies #################################################################################################### -FROM python:3.10-slim-bullseye AS builder +FROM python:3.12.7-slim-bullseye AS builder ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \