From 2600e55f4bb3297814bfb842ddeb0f8b2366a437 Mon Sep 17 00:00:00 2001 From: Dale Wahl Date: Fri, 31 Jan 2025 12:34:59 +0100 Subject: [PATCH] python 3.11 for Docker Have been using this all winter and have had no issues. Enjoying the better error messages too. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 046b39cba..6efb6ba8a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim AS compile-image +FROM python:3.11-slim RUN apt-get update && apt install -y \ # General requirements: