Skip to content

Commit

Permalink
upgrade to 5.2.4.8328
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Dec 12, 2023
1 parent 63cbd31 commit 937bf94
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,4 +1,4 @@
FROM padhihomelab/alpine-base:3.18.4_0.19.0_0.2 as base
FROM padhihomelab/alpine-base:3.19.0_0.19.0_0.2 as base
ARG TARGETARCH

FROM base AS base-amd64
Expand All @@ -12,7 +12,7 @@ ENV RADARR_ARCH=arm

FROM base-${TARGETARCH}${TARGETVARIANT}

ARG RADARR_VERSION=5.2.3.8303
ARG RADARR_VERSION=5.2.4.8328
ARG RADARR_BRANCH=develop

ADD "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.${RADARR_BRANCH}.${RADARR_VERSION}.linux-musl-core-${RADARR_ARCH}.tar.gz" \
Expand Down

0 comments on commit 937bf94

Please sign in to comment.