From 14161708a1d2b98b899f6eee5992cf1892a98eab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 09:48:20 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691373 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691439 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691451 --- 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