From d5d3d4ec0d2032554f49fa5075061f5706fa8563 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Apr 2024 15:38:49 +0200 Subject: [PATCH] use 3.9.19-bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c302f081..a618a4dd 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 +FROM python:3.9.19-bookworm MAINTAINER Guillaume Pellerin -- 2.39.5