Skip to content

Commit

Permalink
upgrade to 4.0.1.1114
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Feb 11, 2024
1 parent 051af80 commit ef20ffc
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.0_0.19.0_0.2 as base
FROM padhihomelab/alpine-base:3.19.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.1.953
ARG SONARR_VERSION=4.0.1.1114
ARG SONARR_BRANCH=develop

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 ef20ffc

Please sign in to comment.