From 21ec3eaf3fd49f8ed3dc40a62351ebfc604aaa6d Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 5 Jan 2026 19:38:45 +0100 Subject: [PATCH] Update python version --- api-customer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-customer/Dockerfile b/api-customer/Dockerfile index eff6b7f1..860e1d0a 100644 --- a/api-customer/Dockerfile +++ b/api-customer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.12-bullseye WORKDIR /app