From f6d8e2b92117a3c10e92cbe3f6d7535156acc75e Mon Sep 17 00:00:00 2001 From: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:25:39 +1000 Subject: [PATCH] chore: bump python version to 3.11 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa83ff5fdb9d..1dce4a8a8f6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ###################################################################### # Node stage to deal with static asset construction ###################################################################### -ARG PY_VER=3.8.16-slim +ARG PY_VER=3.11-slim # if BUILDPLATFORM is null, set it to 'amd64' (or leave as is otherwise). ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}