mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 16:21:35 +01:00
Update Dockerfile
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.5.4"
|
||||
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
@@ -170,4 +170,4 @@ HEALTHCHECK \
|
||||
--retries=5 \
|
||||
--start-period=30s \
|
||||
--timeout=25s \
|
||||
CMD pgrep qbittorrent || exit 1
|
||||
CMD pgrep qbittorrent || exit 1
|
||||
|
||||
Reference in New Issue
Block a user