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
bb6d5f602b
commit
346e5186c7
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.6
|
FROM golang:1.23
|
||||||
|
|
||||||
RUN go get github.com/Jeffail/gabs
|
RUN go get github.com/Jeffail/gabs
|
||||||
RUN go get github.com/bitly/go-simplejson
|
RUN go get github.com/bitly/go-simplejson
|
||||||
|
|
Loading…
Reference in New Issue