From f410e89c1af4394c1748cdeeed2fd9ace4f08044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jan 2025 08:12:02 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- VMs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMs/Dockerfile b/VMs/Dockerfile index 51c7943519..bbcd86003d 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:24.10 MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update