From 47f2fcd54c0d65bcada850e8b1d0ad849f40e7e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Mar 2022 04:41:51 +0000 Subject: [PATCH] fix: scripts/jsonnet/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- scripts/jsonnet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jsonnet/Dockerfile b/scripts/jsonnet/Dockerfile index 9eca76a9535..9e8a466b194 100644 --- a/scripts/jsonnet/Dockerfile +++ b/scripts/jsonnet/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10-stretch +FROM golang:1.17-stretch ENV JSONNET_VERSION 0.10.0