From a566591f3a3e93c6ec55df956598a38529b767c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 09:58:16 +0000 Subject: [PATCH] fix: Dockerfile.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232719 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index d0efb01..4507580 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.12.7 +FROM golang:1.21.11 # default the go proxy ARG goproxy=https://proxy.golang.org