From ca2a690ea18d78b069e0edaa5b57dada60d1505a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 23 May 2024 20:38:25 +0100 Subject: Changed final django image to python312-slim in attempt to handle libgcrypt build error on OpenShift --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index bba15d4..53550fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN pip install -U "pip>=24.0.0" && \ python manage.py collectstatic --noinput # Final stage -FROM python:3.11-slim +FROM python:3.12 # Set working directory WORKDIR /app -- cgit v1.2.3