Skip to content

Commit

Permalink
update unrar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Jan 7, 2024
1 parent 11c651c commit 75285d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 75285d9

Please sign in to comment.