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:
snyk-bot 2024-07-25 07:28:24 +00:00
parent 0456dcef8b
commit 043c37a2ce
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
FROM golang:1.23rc2
WORKDIR /peerdiscovery
COPY . .