From f916af484823d8925ee5c4902a9a99770fef0fc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jun 2022 01:51:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBGCRYPT20-1582894 - https://snyk.io/vuln/SNYK-DEBIAN10-LZ4-1277601 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b2490a..aa9eb83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Based on Redis -FROM redis:6.2.1 +FROM redis:6.2 # Build arguments ARG GH_TOKEN=null