From c217852fefcc1454534ba7d1c8b9479a526d6cc0 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 25 Mar 2022 14:52:47 -0400 Subject: [PATCH] Update Python bae image to the latest 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db2c8cfd..54b7392c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.12-bullseye AS base +FROM python:3.9.12-bullseye AS base ENV PYTHONUNBUFFERED=1 -- GitLab