From cf6ac862cb0d04e39adf6ad66a128597043976a9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 5 May 2026 10:08:29 +0200 Subject: update Python in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 53eb2cc..f485f2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.14 RUN pip install gunicorn psycopg2-binary mysqlclient RUN mkdir /package -- cgit v1.2.3