Skip to content
Snippets Groups Projects
Commit 6a291f0d authored by Jan Hartig's avatar Jan Hartig
Browse files

Update packages & Docker python image

parent 8b366a3c
No related branches found
No related tags found
1 merge request!14Update packages & Docker python image
Pipeline #43948 passed
FROM harbor.ptb.de/dockerhub/python:3.11-bookworm as builder
FROM harbor.ptb.de/dockerhub/python:3.12-bookworm as builder
ENV DEBIAN_FRONTEND=noninteractive
# get curl for healthchecks and dependencies for pyAV
......@@ -15,7 +15,7 @@ RUN pip install --upgrade pip && \
pip wheel --wheel-dir /wheels uwsgi -r /tmp/requirements.txt
FROM harbor.ptb.de/dockerhub/python:3.11-slim-bookworm
FROM harbor.ptb.de/dockerhub/python:3.12-slim-bookworm
ENV DEBIAN_FRONTEND=noninteractive
ENV PYTHONUNBUFFERED=1
......
av~=10.0.0
Flask~=2.3.2
Flask-WTF~=1.1.1
wtforms[email]~=3.0.1
whitenoise~=6.5.0
requests
\ No newline at end of file
av~=13.0.0
Flask~=3.0.0
Flask-WTF~=1.2.1
wtforms[email]~=3.1.2
whitenoise~=6.7.0
requests~=2.32.3
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment