From 7bc26471fa4022d2ed8452f2e16c03ca9172f6b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 21:43:32 +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-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- 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 6223fcb6d8f8..a1708ac649c2 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.14.3 +FROM golang:1.20.10 LABEL maintainer="Beata Skiba " ENV GOPATH /gopath/