Update Dockerfile to use newer Python3.12

This commit is contained in:
Mario Voigt 2025-02-14 14:12:36 +01:00
parent b5c179eafd
commit 1b7ea62809

View File

@ -1,4 +1,4 @@
FROM python:3.10.4-bullseye FROM python:3.12.9-bullseye
WORKDIR /app WORKDIR /app
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN apt-get update -y RUN apt-get update -y