Skip to content

Commit

Permalink
feat: new release 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maltyxx authored Aug 31, 2022
1 parent d510526 commit 7e16709
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,6 +1,6 @@
FROM alpine:3.15 as qbittorrent-build

ARG QBITTORRENT_VERSION=4.4.2
ARG QBITTORRENT_VERSION=4.4.3

# Install dependencies
RUN set -x && \
Expand Down Expand Up @@ -51,4 +51,4 @@ VOLUME /config /downloads

ENTRYPOINT ["/entrypoint.sh"]

HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1
HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1

0 comments on commit 7e16709

Please sign in to comment.