Upgrade standalone python version

This commit is contained in:
Timothy Hobbs 2024-07-22 02:40:06 +02:00
parent 817cf75fd7
commit 65b07e2863

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye
LABEL src=https://github.com/django-helpdesk/django-helpdesk
RUN apt-get update
RUN apt-get install -yqq \