From 7fa01188fd4eee4aaf5cd5c1c61e6bb005ae0179 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 16:39:39 +0000 Subject: [PATCH] fix: vendor/github.com/hpcloud/tail/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-3023031 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSH-530703 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-3032984 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-3032984 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-3032984 --- vendor/github.com/hpcloud/tail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/hpcloud/tail/Dockerfile b/vendor/github.com/hpcloud/tail/Dockerfile index cd297b940a9..d00df0224cd 100644 --- a/vendor/github.com/hpcloud/tail/Dockerfile +++ b/vendor/github.com/hpcloud/tail/Dockerfile @@ -1,4 +1,4 @@ -FROM golang +FROM golang:1 RUN mkdir -p $GOPATH/src/github.com/hpcloud/tail/ ADD . $GOPATH/src/github.com/hpcloud/tail/