From fae29a84533fe2d30f03aa714ad9c0857d7e28d5 Mon Sep 17 00:00:00 2001 From: Niklas Mueller Date: Tue, 14 Oct 2025 19:45:34 +0200 Subject: [PATCH] version pins docker base image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a228d4..d865f20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM python:3.11-slim -# FROM python:3.11.3 +FROM python:3.11.14-slim # set the working directory WORKDIR /app