From 9e7934dd7d056af4c569d593e74b1f2281ea5a78 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Tue, 18 Aug 2026 08:46:18 +0200 Subject: [PATCH] build(deps): bump python3 from 3.14.7-r0 to 3.14.7-r1 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index 9a15d1d..472ef28 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.7-r0 \ + python3=3.14.7-r1 \ xmlsec=1.3.11-r0 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*