Bump unrar to 6.2.10

This commit is contained in:
TheSpad 2023-08-10 17:40:53 +01:00
parent 285f9c5d91
commit 4bcdd646d6
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
# set version label
ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG BAZARR_VERSION

View File

@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
# set version label
ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG BAZARR_VERSION

View File

@ -38,6 +38,7 @@ app_setup_block: |
- You must complete all the setup parameters in the webui before you can save the config.
# changelog
changelogs:
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "26.02.23:", desc: "Add dependencies for postgres support. Add mediainfo."}
- {date: "23.01.23:", desc: "Rebase master branch to Alpine 3.17."}