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-340820
- https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340873
- https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907
- https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907
This commit is contained in:
snyk-bot 2024-07-18 07:13:12 +00:00
parent 102b57098e
commit f995d748d5
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.6
FROM golang:1.23rc2
RUN go get github.com/Jeffail/gabs
RUN go get github.com/bitly/go-simplejson