Skip to content

Commit

Permalink
upgrade to 0.21.2899
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jun 1, 2024
1 parent 39e0ec2 commit b34b6e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.21.2855
ARG JACKETT_VERSION=0.21.2899


ADD "https://github.com/Jackett/Jackett/releases/download/v${JACKETT_VERSION}/Jackett.Binaries.LinuxMusl${JACKETT_ARCH}.tar.gz" \
Expand Down Expand Up @@ -46,4 +46,6 @@ 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"]
CMD [ "wget", "--tries", "5", "-qSO", "/dev/null", \
"http://127.0.0.1:9117/UI/Login?cookieChecked=1" ]

0 comments on commit b34b6e4

Please sign in to comment.