From 1e292e5a232ab48bf498fbb34c545adb94d6511a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Apr 2021 08:08:13 +0000 Subject: [PATCH] fix: operations/image/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/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/image/Dockerfile b/operations/image/Dockerfile index e7ea3dda61..b912ebc002 100644 --- a/operations/image/Dockerfile +++ b/operations/image/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -ti -p 80:8080 dffml/image -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 \