From 53b0d41080ab776958fbb70086393d674a2438d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 01:53:32 +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-GLIBC-356850 --- 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..3593b991eb 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.25.4 RUN apt-get update && \ apt-get install -y apache2-utils && \