From 295a5dea770358574ee275d9239ed4348e29671b Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Tue, 28 Nov 2023 11:03:03 +0100 Subject: [PATCH] use python 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ac4462..afff95c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.10 ARG USERNAME ARG TOKEN