⬆️ Update Radarr/Radarr to v5.14.0.9383 (#34)

This commit is contained in:
renovate[bot] 2024-10-26 21:33:40 +02:00 committed by GitHub
parent e18a2549f1
commit eb4565d583
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.13.1.9378 ARG RADARR_VERSION=5.14.0.9383
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"