From e8b2697fa6ec1a0e3d1df1e4fb7d0525472f5155 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 01:20:53 +0000 Subject: [PATCH] fix: vertical-pod-autoscaler/builder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- vertical-pod-autoscaler/builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertical-pod-autoscaler/builder/Dockerfile b/vertical-pod-autoscaler/builder/Dockerfile index 22a2b55403de..aad270c4a4ad 100644 --- a/vertical-pod-autoscaler/builder/Dockerfile +++ b/vertical-pod-autoscaler/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20.3 +FROM golang:1.23.0 LABEL maintainer="Beata Skiba " ENV GOPATH /gopath/