From: Guillaume Pellerin Date: Thu, 25 Apr 2024 07:40:26 +0000 (+0200) Subject: goto py 3.10 X-Git-Tag: 2.10.0~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2884ba5e0fb2a2c56cfef31486b49494b4fee44d;p=teleforma.git goto py 3.10 --- diff --git a/Dockerfile b/Dockerfile index a618a4dd..564872c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.19-bookworm +FROM python:3.10 MAINTAINER Guillaume Pellerin