fix: vendor/github.com/schollz/peerdiscovery/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
This commit is contained in:
parent
0456dcef8b
commit
043c37a2ce
|
@ -1,4 +1,4 @@
|
|||
FROM golang
|
||||
FROM golang:1.23rc2
|
||||
|
||||
WORKDIR /peerdiscovery
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue