From be6631fab2f480db16f23b89c0adca0c75e996ae Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 1 May 2026 12:54:25 +0200 Subject: [PATCH] build(deps): bump xz from 5.8.2-r0 to 5.8.3-r0 --- compress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress/Dockerfile b/compress/Dockerfile index 182c004..9e5fda6 100644 --- a/compress/Dockerfile +++ b/compress/Dockerfile @@ -25,7 +25,7 @@ RUN apk upgrade --no-cache \ py3-pip=25.1.1-r1 \ python3=3.12.13-r0 \ tar=1.35-r4 \ - xz=5.8.2-r0 \ + xz=5.8.3-r0 \ zip=3.0-r13 \ zstd=1.5.7-r2 \ zutils=1.15-r0 \