From 1b3b1251a3d1ffd20a8b1e3f7c23aaba78a15342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:33:32 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- subgraphs/reviews/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgraphs/reviews/Dockerfile b/subgraphs/reviews/Dockerfile index 2aa70e706..e5387aecc 100644 --- a/subgraphs/reviews/Dockerfile +++ b/subgraphs/reviews/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.12 # install PDM RUN pip install -U pip setuptools wheel