From 0e5f771b13277ea743e17bc00ca29fdd4734ae28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Aug 2024 21:04:29 +0000 Subject: [PATCH] fix: images/kubekins-test/Dockerfile-1.12 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 --- images/kubekins-test/Dockerfile-1.12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/kubekins-test/Dockerfile-1.12 b/images/kubekins-test/Dockerfile-1.12 index 44bc78bc5820..2c691e8ade35 100644 --- a/images/kubekins-test/Dockerfile-1.12 +++ b/images/kubekins-test/Dockerfile-1.12 @@ -15,7 +15,7 @@ # This file creates a build environment for building and running kubernetes # unit and integration tests -FROM golang:1.10.8 +FROM golang:1.23 # Setup workspace and symlink to gopath WORKDIR /workspace