From 4ad79c44f18eb7fec40c2e2bec91039071c8d500 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:59:26 +0000 Subject: [PATCH] fix: images/test-ubuntu-git.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 --- images/test-ubuntu-git.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/test-ubuntu-git.Dockerfile b/images/test-ubuntu-git.Dockerfile index 8b464c3d7..bb0c432d9 100644 --- a/images/test-ubuntu-git.Dockerfile +++ b/images/test-ubuntu-git.Dockerfile @@ -1,7 +1,7 @@ # Defines the test-ubuntu-git Container Image. # Consumed by actions/checkout CI/CD validation workflows. -FROM ubuntu:latest +FROM ubuntu:24.10 RUN apt update RUN apt install -y git