From b0eac4a46036b84d8083a3339ee659e3b5c40cf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Sep 2025 08:25:13 +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-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 --- 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