diff --git a/contrib/containers/ci/Dockerfile b/contrib/containers/ci/Dockerfile index 3236c1b669..767107a4c8 100644 --- a/contrib/containers/ci/Dockerfile +++ b/contrib/containers/ci/Dockerfile @@ -50,7 +50,7 @@ RUN apt-get update && apt-get install $APT_ARGS \ # Python setup # PYTHON_VERSION should match the value in .python-version -ARG PYTHON_VERSION=3.9.17 +ARG PYTHON_VERSION=3.9.18 RUN apt-get update && apt-get install $APT_ARGS \ ca-certificates \ libbz2-dev \