From da732ce7c9c5ddcb37f1184ea1e74c470afbda6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 22:18:11 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-2801048 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296052 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296082 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 --- VMs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMs/Dockerfile b/VMs/Dockerfile index 8e3eea4afc..d873842d0a 100644 --- a/VMs/Dockerfile +++ b/VMs/Dockerfile @@ -1,5 +1,5 @@ # This dockerfile builds a container that pulls down and runs the latest version of Benchmark -FROM ubuntu:latest +FROM ubuntu:kinetic MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update