From 7f59b42af212e0568da293836f36dbc7eb0776b0 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Tue, 18 Aug 2026 08:59:32 +0200 Subject: [PATCH] build(deps): bump python3 from 3.14.7-r0 to 3.14.7-r1 --- json/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Dockerfile b/json/Dockerfile index bbe6277..6c3a433 100644 --- a/json/Dockerfile +++ b/json/Dockerfile @@ -28,7 +28,7 @@ RUN apk upgrade --no-cache \ pandoc-cli=3.10-r0 \ pipx=1.14.0-r0 \ py3-pip=26.1.2-r0 \ - python3=3.14.7-r0 \ + python3=3.14.7-r1 \ yq-go=4.53.3-r0 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*