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:
parent
36529b5f0e
commit
3dc5fe2abb
2
vendor/github.com/docker/distribution/Dockerfile
generated
vendored
2
vendor/github.com/docker/distribution/Dockerfile
generated
vendored
@ -1,4 +1,4 @@
|
||||
FROM golang:1.6
|
||||
FROM golang:1.17.5
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y apache2-utils && \
|
||||
|
Loading…
Reference in New Issue
Block a user