From 338bc7c677fed09f964734581c066d603e45aef2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Feb 2025 06:33:05 +0100 Subject: [PATCH] chore: Bump docker image to 3.12.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8398492ce..15636ed71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.8-slim-bookworm as base +FROM python:3.12.9-slim-bookworm as base # Setup env ENV LANG C.UTF-8