From 808b019b42371626a69a9a8f2eef781a879663e6 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 13 Aug 2024 23:25:28 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1ec9c6..5106f08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-buster +FROM python:3.12.5-slim-buster # python related environment variables ENV PYTHONDONTWRITEBYTECODE 1