diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4d4a038..ddbdc65 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -41,7 +41,7 @@ RUN echo "Copy to /out" \ && cp -d /usr/local/lib/libtorrent-rasterbar.so* /out/usr/lib \ && cp /usr/local/bin/qbittorrent-nox /out/usr/bin -FROM alpine:latest +FROM alpine:3.18.3 ENV S6_SERVICES_GRACETIME=30000 \ S6_KILL_GRACETIME=60000 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \