From 2f91103aa250cc252b001b322cd3eb12ca7c01aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Aug 2025 08:19:58 +0000 Subject: [PATCH] fix: scm-webapp/src/test/resources/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-TAR-10769052 - 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-8352843 --- scm-webapp/src/test/resources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-webapp/src/test/resources/Dockerfile b/scm-webapp/src/test/resources/Dockerfile index 40ae0f3e9e..e62a4feb16 100644 --- a/scm-webapp/src/test/resources/Dockerfile +++ b/scm-webapp/src/test/resources/Dockerfile @@ -14,7 +14,7 @@ # along with this program. If not, see https://www.gnu.org/licenses/. # -FROM ubuntu +FROM ubuntu:24.10 COPY nothing /nowhere