Skip to content

Commit

Permalink
upgrade to 0.22.565
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Sep 6, 2024
1 parent 290a51a commit 6be3d15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV JACKETT_ARCH=ARM32
FROM base-${TARGETARCH}${TARGETVARIANT}


ARG JACKETT_VERSION=0.22.554
ARG JACKETT_VERSION=0.22.565


ADD "https://github.com/Jackett/Jackett/releases/download/v${JACKETT_VERSION}/Jackett.Binaries.LinuxMusl${JACKETT_ARCH}.tar.gz" \
Expand All @@ -31,7 +31,6 @@ RUN chmod +x /etc/docker-entrypoint.d/99-extra-scripts/*.sh \
&& apk add --no-cache --update \
icu-libs \
tzdata \
wget \
&& cd /tmp \
&& tar -xvzf jackett.tar.gz \
&& rm -rf Jackett/JackettUpdater* \
Expand All @@ -48,4 +47,4 @@ CMD [ "jackett" ]

HEALTHCHECK --start-period=10s --interval=30s --timeout=5s \
CMD [ "wget", "--tries", "5", "-qSO", "/dev/null", \
"http://127.0.0.1:9117/UI/Login?cookiesChecked=1" ]
"http://127.0.0.1:9117/health" ]

0 comments on commit 6be3d15

Please sign in to comment.