From 35f0e1bcb216b609eeec03e8dce4b607cb737080 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 7 Aug 2024 14:05:11 +0100 Subject: [PATCH] Bump Python image to 3.12 3.10 is the minimum version required as of Django 5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff8202d..a2dae7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.8-bullseye +FROM python:3.12-bullseye LABEL maintainer="hello@wagtail.org" # Set environment varibles