From 3a33f494dacf59b8a99403c699be99405344f08e Mon Sep 17 00:00:00 2001 From: antipatico Date: Tue, 1 Nov 2022 22:35:55 +0100 Subject: [PATCH] updated python from 3.8 to 3.11 in docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bb7068..f3e9a2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim-buster +FROM python:3.11.0-slim-buster ARG BUILDX_QEMU_ENV