From 6a11d7c5b09bfda2d955479d7e8de387788690f1 Mon Sep 17 00:00:00 2001 From: Louis Bizouerne <81625201+louisbizouerne-lifen@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:13:02 +0100 Subject: [PATCH] Update Python base image to version 3.12.12 Fixing many vulns in base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad26e01..2ba95fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-slim-bookworm AS builder +FROM python:3.12.12-slim-bookworm AS builder RUN apt-get update && apt-get install -yq curl RUN curl -sSL https://install.python-poetry.org | python - --version 1.8.4 WORKDIR /ywh2bt