Skip to content

Commit

Permalink
Bump Python image to 3.12
Browse files Browse the repository at this point in the history
3.10 is the minimum version required as of Django 5.0
  • Loading branch information
gasman committed Aug 7, 2024
1 parent 6e03972 commit 35f0e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 35f0e1b

Please sign in to comment.