From ad484dd62441c11a1602c3fd40df35f761ee8a52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 01:15:25 +0000 Subject: [PATCH] fix: VMs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721345 --- VMs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMs/Dockerfile b/VMs/Dockerfile index 0e574a3ec3..bce93d56ee 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:kinetic MAINTAINER "Dave Wichers dave.wichers@owasp.org" RUN apt-get update