From 062237e84d016b6f8d71ac73ff539cad553a8a86 Mon Sep 17 00:00:00 2001 From: Rodrigo V Honorato Date: Fri, 26 Apr 2024 16:25:33 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5946ea4..c4742b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #============================================================================================== -FROM python:3.10 +FROM python:3.11 WORKDIR /opt/software COPY . . RUN pip install .