From 85a2f4758e8110c8d3e6c02e7dc8455778a1d02f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 04:46:11 +0000 Subject: [PATCH] fix: vendor/github.com/buger/jsonparser/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-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-INETUTILS-564850 - https://snyk.io/vuln/SNYK-DEBIAN8-SQLITE3-307592 --- vendor/github.com/buger/jsonparser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/buger/jsonparser/Dockerfile b/vendor/github.com/buger/jsonparser/Dockerfile index 37fc9fd0b4d..ea4e1b277dd 100644 --- a/vendor/github.com/buger/jsonparser/Dockerfile +++ b/vendor/github.com/buger/jsonparser/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.6 +FROM golang:1.20.11 RUN go get github.com/Jeffail/gabs RUN go get github.com/bitly/go-simplejson