From cb75c6760950677a8f278a158f1be8e5f3ce6a88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Aug 2025 01:41:39 +0000 Subject: [PATCH] fix: Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/env/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 --- .../docker/docker/builder/parser/testfiles/env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/env/Dockerfile b/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/env/Dockerfile index 08fa18acecdb..d64d1f8c0a7a 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/env/Dockerfile +++ b/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:24.10 ENV name value ENV name=value ENV name=value name2=value2