From c97c33abddb4fa52b78af708c9f56eeb8c36db61 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 14 Aug 2026 14:49:37 +0200 Subject: [PATCH] build(deps): bump python3 from 3.14.5-r0 to 3.14.7-r0 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index 11bc47b..9a15d1d 100644 --- a/crypt/Dockerfile +++ b/crypt/Dockerfile @@ -22,7 +22,7 @@ RUN apk upgrade --no-cache \ jose=14-r0 \ openssl=3.5.7-r0 \ py3-pip=26.1.2-r0 \ - python3=3.14.5-r0 \ + python3=3.14.7-r0 \ xmlsec=1.3.11-r0 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*