From 4d9d1a207c2832bc3a4c141c2d5afe788811cd39 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 10 Apr 2026 21:07:36 +0200 Subject: [PATCH] build(deps): bump python3 from 3.12.12-r0 to 3.12.13-r0 --- hash/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/Dockerfile b/hash/Dockerfile index c4652af..b1d49ff 100644 --- a/hash/Dockerfile +++ b/hash/Dockerfile @@ -23,7 +23,7 @@ RUN apk upgrade --no-cache \ perl-archive-zip=1.68-r3 \ perl-utils=5.42.2-r0 \ py3-pip=25.1.1-r1 \ - python3=3.12.12-r0 \ + python3=3.12.13-r0 \ rhash=1.4.6-r0 \ xxhash=0.8.3-r0 \ && apk cache --no-cache clean \