diff --git a/Dockerfile b/Dockerfile index 3eb5d8f..e620ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c +FROM python:3.13.0-slim@sha256:422e2d1d462346dd5aa91878d96856d8e4e40ee6acd5f581a4780d4bc8de0a66 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