diff --git a/Dockerfile b/Dockerfile index 3eb5d8f..8992abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c +FROM python:3.13.0-slim@sha256:4efa69bf17cfbd83a9942e60e2642335c3b397448e00410063a0421f9727c4c4 LABEL maintainer="SBB Polarion Team " ARG APP_IMAGE_VERSION=0.0.0-dev diff --git a/requirements.txt b/requirements.txt index 98871e8..1c8d887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flask==3.0.3 -gevent==24.11.1 +gevent==24.2.1 weasyprint==63.0