From c60f506199963b690d05445ba04a95713b72b09b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 23:56:57 +0000 Subject: [PATCH] fix: builder/Dockerfile 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-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 964568f36b12..4c6ef748a2fb 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.14 +FROM golang:1.22.7 LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/