From 755073ba4fdfcfd3de5bee052ba7a88a3071d604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 20:48:55 +0000 Subject: [PATCH] fix: nodelet/vendor/github.com/nxadm/tail/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- nodelet/vendor/github.com/nxadm/tail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodelet/vendor/github.com/nxadm/tail/Dockerfile b/nodelet/vendor/github.com/nxadm/tail/Dockerfile index d9633891..0a9d036c 100644 --- a/nodelet/vendor/github.com/nxadm/tail/Dockerfile +++ b/nodelet/vendor/github.com/nxadm/tail/Dockerfile @@ -1,4 +1,4 @@ -FROM golang +FROM golang:1.23rc2 RUN mkdir -p $GOPATH/src/github.com/nxadm/tail/ ADD . $GOPATH/src/github.com/nxadm/tail/