⬆️ Update Radarr/Radarr to v5.17.2.9580

This commit is contained in:
renovate[bot] 2025-01-05 12:13:43 +00:00 committed by GitHub
parent 9b96eafa31
commit ab1a4ddfe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base # Setup base
ARG RADARR_VERSION=5.16.3.9541 ARG RADARR_VERSION=5.17.2.9580
ARG BUILD_ARCH=amd64 ARG BUILD_ARCH=amd64
ARG BUILD_VERSION=dev ARG BUILD_VERSION=dev
ENV XDG_CONFIG_HOME="/config/xdg" ENV XDG_CONFIG_HOME="/config/xdg"