From 0f7740f741e9b1c777971da8abfc65ea43d187a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Schl=C3=B6gl?= Date: Mon, 6 Nov 2023 16:54:27 +0100 Subject: [PATCH] fix: fixes problem with python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3328dfe..a455144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 ARG USERNAME=app ARG USER_UID=1000 ARG USER_GID=$USER_UID