From d509bb71b4cde281ea4c360c7f7ed2f6b4a15d92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 23:13:26 +0000 Subject: [PATCH] fix: networking/FileServer/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- networking/FileServer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/FileServer/Dockerfile b/networking/FileServer/Dockerfile index be54bc1..31a2775 100644 --- a/networking/FileServer/Dockerfile +++ b/networking/FileServer/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:24.10 LABEL name="RetroNetSec_FS"