From f9e5df2f7b18368ab16bdd813c207bbb4ca780f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 18:12:17 +0000 Subject: [PATCH] fix: integration/images/volume-ownership/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-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- integration/images/volume-ownership/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/images/volume-ownership/Dockerfile b/integration/images/volume-ownership/Dockerfile index 75a47e90d849..6731b683f5ca 100644 --- a/integration/images/volume-ownership/Dockerfile +++ b/integration/images/volume-ownership/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu +FROM ubuntu:24.10 RUN mkdir -p /test_dir && \ chown -R nobody:nogroup /test_dir # NOTE: The volume is required by ../../container_volume_linux_test.go#TestRunContainerWithVolatileOption.