From dae3f72be73a77a4ef3f0585a54ea41013b5f762 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 7 Apr 2023 14:11:31 +0200 Subject: [PATCH] Bump Dockerfile to latest 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a4a168c1..655f9ee94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.10-slim-bullseye as base +FROM python:3.10.11-slim-bullseye as base # Setup env ENV LANG C.UTF-8