From 74121b18b77e0e20c7e0648a91303eaf0b0641f0 Mon Sep 17 00:00:00 2001 From: Fabian Siegel Date: Fri, 27 Oct 2023 14:57:30 +0200 Subject: [PATCH] chore: update python version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index beb7ce9..7267f37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.11 ARG PL_VERSION=">=0.3"