From a64f72f89fbb3fc4613f062884dd1ebf4e1cdec7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Apr 2021 03:44:40 +0000 Subject: [PATCH] fix: dffml/skel/operations/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 --- dffml/skel/operations/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dffml/skel/operations/Dockerfile b/dffml/skel/operations/Dockerfile index 43cd6e20a6..3d74f1e678 100644 --- a/dffml/skel/operations/Dockerfile +++ b/dffml/skel/operations/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 REPLACE_ORG_NAME/REPLACE_IMPORT_PACKAGE_NAME -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 \