From 978def61730d21a28403449bc08af75c66a96523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 05:27:27 +0000 Subject: [PATCH] fix: qbittorrent/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \