From a8cb38c14029bf778d1a6d7a17aa1b5c9a06c503 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Apr 2024 11:41:13 +0100 Subject: Updates python version in Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cb3f4f..4cde444 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Pull base image -FROM python:3.11.4-slim-bullseye +FROM python:3.12.3-slim-bookworm WORKDIR /app -- cgit v1.2.3