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-340873
- https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907
This commit is contained in:
snyk-bot 2024-07-06 06:09:30 +00:00
parent 2458a8b657
commit b93e377ce7
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.23rc1
RUN go get github.com/Jeffail/gabs
RUN go get github.com/bitly/go-simplejson