From eaeca0eec011b765a44bd27f7d839b49f0713236 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 13 Jul 2024 00:51:32 +0200 Subject: [PATCH] 7zip: 24.07 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8513c0c..07e4ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG VERSION COPY root/ / RUN \ - wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.06-r0.apk && \ + wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.07-r0.apk && \ apk add --no-cache --allow-untrusted 7zip*.apk && \ rm -f 7zip*.apk && \ echo "**** install packages ****" && \