From d4318b50ae594fd306434d9df66f8101c8b57263 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Sep 2025 22:37:17 +0000 Subject: [PATCH] fix: networking/vde-switch/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 --- networking/vde-switch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/vde-switch/Dockerfile b/networking/vde-switch/Dockerfile index c089d11..042512a 100644 --- a/networking/vde-switch/Dockerfile +++ b/networking/vde-switch/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:24.10 LABEL name="RetroNetSec_VDE" RUN apt-get update && apt-get upgrade -y