Skip to content

Commit b90b5b2

Browse files
authored
Merge pull request #44 from NVIDIA/fix/oss-vuln
fix: upgrade terragrunt 0.99.5 → 1.0.1 to resolve CVEs
2 parents 7932c41 + 4f4b12c commit b90b5b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cds-containers/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN curl -fsSL -o terraform.zip "https://releases.hashicorp.com/terraform/${TERR
103103
&& terraform --version
104104

105105
# terragrunt
106-
ARG TERRAGRUNT_VERSION="0.99.5"
106+
ARG TERRAGRUNT_VERSION="1.0.1"
107107
RUN curl -fsSL -o terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
108108
&& mv ./terragrunt /usr/local/bin/terragrunt \
109109
&& chmod +x /usr/local/bin/terragrunt \

0 commit comments

Comments
 (0)