Update Dockerfile

This commit is contained in:
Alexandre
2023-06-24 06:55:34 +02:00
committed by GitHub
parent 3abec74d9b
commit 9feb053ffe

View File

@@ -17,7 +17,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.5.4" ARG BUILD_UPSTREAM="4.5.4"
FROM ${BUILD_FROM}-$BUILD_UPSTREAM FROM ${BUILD_FROM}
################## ##################
# 2 Modify Image # # 2 Modify Image #
@@ -170,4 +170,4 @@ HEALTHCHECK \
--retries=5 \ --retries=5 \
--start-period=30s \ --start-period=30s \
--timeout=25s \ --timeout=25s \
CMD pgrep qbittorrent || exit 1 CMD pgrep qbittorrent || exit 1