diff --git a/VMs/Dockerfile b/VMs/Dockerfile index a2faa9a6cd..84079606b2 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 BenchmarkJava -FROM ubuntu:latest +FROM ubuntu:24.10 MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update