From fde6a204764083f7dda42cf20417033052373ba9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Dec 2025 00:47:19 +0000 Subject: [PATCH] fix: vendor/src/github.com/docker/distribution/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-BASH-536279 --- vendor/src/github.com/docker/distribution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/src/github.com/docker/distribution/Dockerfile b/vendor/src/github.com/docker/distribution/Dockerfile index abb3e3bbf8..3900933310 100644 --- a/vendor/src/github.com/docker/distribution/Dockerfile +++ b/vendor/src/github.com/docker/distribution/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.6 +FROM golang:1.26rc1 RUN apt-get update && \ apt-get install -y apache2-utils && \