From 8a1c04e3fd8bbb13f507526b7743ef03bb80785a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Wed, 21 Feb 2024 11:15:47 +0100 Subject: [PATCH] bump python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 924036b4..2ce4148e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 RUN apt-get update && apt-get install -y \ # requirements for OpenCV -- GitLab