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