Skip to content

Commit

Permalink
Merge pull request #22 from thespad/unpin-prowlarr
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Sep 2, 2024
2 parents 8179ea5 + be19ba5 commit 9e53f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ RUN \
fi && \
curl -o \
/tmp/prowlarr.tar.gz -L \
# "https://prowlarr.servarr.com/v1/update/${APP_BRANCH}/updatefile?version=${PROWLARR_VERSION}&os=linuxmusl&runtime=netcore&arch=x64" && \
"https://github.com/Prowlarr/Prowlarr/releases/download/v1.23.0.4690/Prowlarr.develop.1.23.0.4690.linux-musl-core-x64.tar.gz" && \
"https://prowlarr.servarr.com/v1/update/${APP_BRANCH}/updatefile?version=${PROWLARR_VERSION}&os=linuxmusl&runtime=netcore&arch=x64" && \
tar xzf \
/tmp/prowlarr.tar.gz -C \
/app/prowlarr/bin --strip-components=1 && \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ RUN \
fi && \
curl -o \
/tmp/prowlarr.tar.gz -L \
# "https://prowlarr.servarr.com/v1/update/${APP_BRANCH}/updatefile?version=${PROWLARR_VERSION}&os=linuxmusl&runtime=netcore&arch=arm64" && \
"https://github.com/Prowlarr/Prowlarr/releases/download/v1.23.0.4690/Prowlarr.develop.1.23.0.4690.linux-musl-core-arm64.tar.gz" && \
"https://prowlarr.servarr.com/v1/update/${APP_BRANCH}/updatefile?version=${PROWLARR_VERSION}&os=linuxmusl&runtime=netcore&arch=arm64" && \
tar xzf \
/tmp/prowlarr.tar.gz -C \
/app/prowlarr/bin --strip-components=1 && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Container images are configured using parameters passed at runtime (such as thos

## Versions

* **02.09.24:** - Unpin Prowlarr version.
* **30.08.24:** - Pin Prowlarr version until update endpoint is fixed.
* **26.05.24:** - Rebase to Alpine 3.20.
* **30.12.23:** - Rebase to Alpine 3.19.
Expand Down

0 comments on commit 9e53f7b

Please sign in to comment.