From 75285d9af1f45ea18d092136e86d8b68c6c313ed Mon Sep 17 00:00:00 2001 From: mrhotio <26902309+mrhotio@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:21:51 +0100 Subject: [PATCH] update unrar --- linux-amd64.Dockerfile | 2 +- linux-arm64.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-amd64.Dockerfile b/linux-amd64.Dockerfile index 56ab7497..d7a369d4 100644 --- a/linux-amd64.Dockerfile +++ b/linux-amd64.Dockerfile @@ -3,7 +3,7 @@ ARG UPSTREAM_DIGEST_AMD64 FROM alpine AS builder -ARG UNRAR_VER=6.2.4 +ARG UNRAR_VER=6.2.12 RUN apk --update --no-cache add \ autoconf \ diff --git a/linux-arm64.Dockerfile b/linux-arm64.Dockerfile index 7f79e189..b6a6b490 100644 --- a/linux-arm64.Dockerfile +++ b/linux-arm64.Dockerfile @@ -3,7 +3,7 @@ ARG UPSTREAM_DIGEST_ARM64 FROM alpine AS builder -ARG UNRAR_VER=6.2.4 +ARG UNRAR_VER=6.2.12 RUN apk --update --no-cache add \ autoconf \