From 7b971c1f174bbe7212093264fea7bd9ac62a49d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 15:13:13 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3098846 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3180311 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3180311 - https://snyk.io/vuln/SNYK-UBUNTU2204-TAR-3261138 --- VMs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMs/Dockerfile b/VMs/Dockerfile index 8e3eea4afc..86fc407b40 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:22.10 MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update