From 1c5f719438ccc9af19dc4740f5a84fa304601c31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Mar 2022 11:53:34 +0000 Subject: [PATCH] fix: scripts/jsonnet/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311063 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311070 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113 - 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..55a4ec16228 100644 --- a/scripts/jsonnet/Dockerfile +++ b/scripts/jsonnet/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10-stretch +FROM golang:1.16.15-stretch ENV JSONNET_VERSION 0.10.0