From 80498fc23fab6b24feed8a4342c08232c3d85b12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jun 2023 23:14:50 +0000 Subject: [PATCH] fix: terraform-scripts/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 - 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..7f363d3 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 # Set working directory WORKDIR /app