From 08b705a87f8fdf82e77a449bf943cde7e9bffe60 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 10 Apr 2026 21:06:14 +0200 Subject: [PATCH] build(deps): bump python3 from 3.12.12-r0 to 3.12.13-r0 --- crypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/Dockerfile b/crypt/Dockerfile index 24bb0c7..6ffc122 100644 --- a/crypt/Dockerfile +++ b/crypt/Dockerfile @@ -22,7 +22,7 @@ RUN apk upgrade --no-cache \ jose=14-r0 \ openssl=3.5.6-r0 \ py3-pip=25.1.1-r1 \ - python3=3.12.12-r0 \ + python3=3.12.13-r0 \ xmlsec=1.3.9-r0 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*