Skip to content

Commit

Permalink
upgrade to 4.0.6.1805
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jul 5, 2024
1 parent acadaa9 commit 418c742
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.19.1_0.19.0_0.2 as base
FROM padhihomelab/alpine-base:3.20.1_0.19.0_0.2 as base
ARG TARGETARCH

FROM base AS base-amd64
Expand All @@ -9,7 +9,7 @@ ENV SONARR_ARCH=arm64

FROM base-${TARGETARCH}${TARGETVARIANT}

ARG SONARR_VERSION=4.0.5.1710
ARG SONARR_VERSION=4.0.6.1805
ARG SONARR_BRANCH=main

ADD "https://github.com/Sonarr/Sonarr/releases/download/v${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux-musl-${SONARR_ARCH}.tar.gz" \
Expand Down

0 comments on commit 418c742

Please sign in to comment.