From bf2875230547db4e5905abcb894dcd6b8423963d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Mar 2024 14:14:59 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281067 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281067 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281079 --- VMs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMs/Dockerfile b/VMs/Dockerfile index 8e3eea4afc..3088acbddf 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.04 MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update