From facb5b3991b1ed6dfccaef09524df1948d3f42b0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Dec 2021 06:17:56 +0100 Subject: [PATCH] Revert "Bump python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a5f953a2..8f5b85698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.1-slim-bullseye as base +FROM python:3.9.9-slim-bullseye as base # Setup env ENV LANG C.UTF-8