From eda5164e0e1fce6e8d25af7be6c3510c93573ab3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jun 2023 22:41:36 +0000 Subject: [PATCH] fix: terraform-scripts/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5561309 - 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-5537078 --- terraform-scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-scripts/Dockerfile b/terraform-scripts/Dockerfile index b5a662c..ed05ec2 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.5.0 # Set working directory WORKDIR /app