Skip to content

Commit ab7329b

Browse files
authored
Issue #309 update terragrunt version to 0.39.1 (#310)
1 parent a2b8c41 commit ab7329b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/aws-eks-utils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/docker/library/alpine:3.15.4
22

33
ARG TERRAFORM_VERSION="1.1.8"
4-
ARG TERRAGRUNT_VERSION="0.36.7"
4+
ARG TERRAGRUNT_VERSION="0.39.1"
55
ARG HELM_VERSION="3.8.2"
66
ARG HELMFILE_VERSION="0.144.0"
77
ARG KUBECTL_VERSION="1.22.0"

terraform/.terragrunt-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.36.7
1+
0.39.1

terraform/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ remote_state {
2323
}
2424
}
2525

26-
terragrunt_version_constraint = "0.36.7"
26+
terragrunt_version_constraint = "0.39.1"

0 commit comments

Comments
 (0)