From 4ef804686ce2126ee30c38aee39ac29acb941f19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Mar 2022 07:09:39 +0000 Subject: [PATCH] fix: vendor/github.com/bflad/tfproviderdocs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-306433 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-461192 --- vendor/github.com/bflad/tfproviderdocs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/bflad/tfproviderdocs/Dockerfile b/vendor/github.com/bflad/tfproviderdocs/Dockerfile index 81abcf28535..c09aef26a40 100644 --- a/vendor/github.com/bflad/tfproviderdocs/Dockerfile +++ b/vendor/github.com/bflad/tfproviderdocs/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-stretch +FROM golang:1.17-stretch WORKDIR /src COPY tfproviderdocs /usr/bin/tfproviderdocs ENTRYPOINT ["/usr/bin/tfproviderdocs"]