From b60f4d03833fd7219b50aeb013c3d15b8a2a8c1d Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Tue, 28 Nov 2023 15:57:53 +0100 Subject: [PATCH] use python 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c69ed07..1508d53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.10 ARG USERNAME ARG TOKEN