From 972fdcd13d91367e4713841abd907502fdcafc6e Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 12 Oct 2025 22:28:35 +0200 Subject: [PATCH] build(deps): bump python3 from 3.12.11-r0 to 3.12.12-r0 --- adoc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/Dockerfile b/adoc/Dockerfile index a16be66..498d573 100644 --- a/adoc/Dockerfile +++ b/adoc/Dockerfile @@ -19,7 +19,7 @@ RUN apk upgrade --no-cache \ curl=8.14.1-r2 \ git=2.49.1-r0 \ py3-pip=25.1.1-r0 \ - python3=3.12.11-r0 \ + python3=3.12.12-r0 \ && apk cache --no-cache clean \ && rm -rf /var/cache/apk/*