From ae40a05cd2bdf601c4110379eb4f642973ee1bb1 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 7 Sep 2024 13:54:06 +0800 Subject: [PATCH] Update Python image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c4ecc6..86d540b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-bookworm +FROM python:3.11.9-slim-bookworm ENV PYTHONBUFFERED=1 ENV DEBIAN_FRONTEND=noninteractive