From e71f2b259be76bc6a943bebe25099f4fcbc0c5ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jan 2024 22:42:15 +0000 Subject: [PATCH] fix: terraform-scripts/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-NGHTTP2-5954769 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSH-5537078 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSH-5537078 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSH-5537078 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSH-5788369 --- terraform-scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-scripts/Dockerfile b/terraform-scripts/Dockerfile index b5a662c..8431641 100644 --- a/terraform-scripts/Dockerfile +++ b/terraform-scripts/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Use an official Terraform image as the base -FROM hashicorp/terraform:light +FROM hashicorp/terraform:1.7.0 # Set working directory WORKDIR /app