From 51ab9ba108a6d0b4756449f78fe47569598eb49b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Dec 2021 17:15:57 +0000 Subject: [PATCH] fix: vendor/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-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- vendor/github.com/docker/distribution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/docker/distribution/Dockerfile b/vendor/github.com/docker/distribution/Dockerfile index abb3e3bbf..e383b9f81 100644 --- a/vendor/github.com/docker/distribution/Dockerfile +++ b/vendor/github.com/docker/distribution/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.6 +FROM golang:1 RUN apt-get update && \ apt-get install -y apache2-utils && \