From 3135fabfaca66a613d6cee1252cefc51193c2213 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 22:47:59 +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 cd297b940a..d00df0224c 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/