1
0
mirror of https://github.com/rancher/os.git synced 2025-05-06 07:06:19 +00:00

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
This commit is contained in:
snyk-bot 2022-01-03 14:33:14 +00:00
parent 36529b5f0e
commit 3dc5fe2abb
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -1,4 +1,4 @@
FROM golang:1.6
FROM golang:1.17.5
RUN apt-get update && \
apt-get install -y apache2-utils && \