Skip to content

Commit

Permalink
Merge pull request #95 from mondediefr/update
Browse files Browse the repository at this point in the history
update(): unrar 6.2.11
  • Loading branch information
Rathorian authored Sep 27, 2023
2 parents dc93719 + 88d557f commit 8364569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18 AS builder

ARG UNRAR_VER=6.2.10
ARG UNRAR_VER=6.2.11

RUN apk --update --no-cache add \
autoconf \
Expand Down Expand Up @@ -47,6 +47,7 @@ ENV UID=991 \
COPY --from=builder /usr/bin/unrar /usr/bin

RUN apk --update --no-cache add \
7zip \
bash \
curl \
curl-dev \
Expand All @@ -62,7 +63,6 @@ RUN apk --update --no-cache add \
mktorrent \
nginx \
openssl \
p7zip \
php81 \
php81-bcmath \
php81-ctype \
Expand Down

0 comments on commit 8364569

Please sign in to comment.