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:
parent
2458a8b657
commit
b93e377ce7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue