From fd30ec46cc43a7d400e0a0d8e1960af44bdd490a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 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..9622d2a780 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:rolling RUN apt-get update && \ apt-get install -y \