From eb6fa6f234ebe069a21b9feaae5df26fe2b79311 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Apr 2021 06:06:09 +0000 Subject: [PATCH] fix: operations/binsec/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 --- operations/binsec/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/binsec/Dockerfile b/operations/binsec/Dockerfile index 373c6d6313..f18064eb84 100644 --- a/operations/binsec/Dockerfile +++ b/operations/binsec/Dockerfile @@ -2,7 +2,7 @@ # docker build -t intelotc/dffml_operations_binsec . # docker run --rm -ti -p 80:8080 intelotc/operations -insecure -log debug # curl -v http://127.0.0.1:80/list/sources -FROM ubuntu:20.04 +FROM ubuntu:groovy-20210325 RUN apt-get update && \ apt-get install -y \