From eadea10e63c9e4ca2f2cc14005527e1514c3cdb2 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Tue, 18 Aug 2026 08:45:33 +0200 Subject: [PATCH] build(deps): bump python3 from 3.14.7-r0 to 3.14.7-r1 --- compress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress/Dockerfile b/compress/Dockerfile index a6283dd..466a18e 100644 --- a/compress/Dockerfile +++ b/compress/Dockerfile @@ -23,7 +23,7 @@ RUN apk upgrade --no-cache \ lrzip=0.660-r0 \ lz4=1.10.0-r1 \ py3-pip=26.1.2-r0 \ - python3=3.14.7-r0 \ + python3=3.14.7-r1 \ tar=1.35-r5 \ xz=5.8.3-r0 \ zip=3.0-r13 \