From d4be182920d9f69b1b275f5bbf56385f8da3b094 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 02:34:14 +0000 Subject: [PATCH] fix: vendor/github.com/nxadm/tail/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- vendor/github.com/nxadm/tail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/nxadm/tail/Dockerfile b/vendor/github.com/nxadm/tail/Dockerfile index 56bab1e2..551a5821 100644 --- a/vendor/github.com/nxadm/tail/Dockerfile +++ b/vendor/github.com/nxadm/tail/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 -FROM golang +FROM golang:1.23rc2 RUN mkdir -p $GOPATH/src/github.com/nxadm/tail/ ADD . $GOPATH/src/github.com/nxadm/tail/