From 5f7009ce880a56e2aa18a898b6a3e6616e381f3f Mon Sep 17 00:00:00 2001 From: pasta Date: Fri, 4 Oct 2024 15:53:56 -0500 Subject: [PATCH] bump PYTHON_VERSION for CI --- contrib/containers/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \