From 82339439191137f297c628cb82cb990ea8bbaa8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 05:17:29 +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-311070 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311087 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311101 - https://snyk.io/vuln/SNYK-DEBIAN9-MERCURIAL-311113 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1075328 --- scripts/jsonnet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jsonnet/Dockerfile b/scripts/jsonnet/Dockerfile index ac0efb33336..5b98a366abc 100644 --- a/scripts/jsonnet/Dockerfile +++ b/scripts/jsonnet/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-stretch +FROM golang:stretch ENV JSONNET_VERSION 0.14.0 ENV PROMTOOL_VERSION 2.12.0