diff --git a/Dockerfile b/Dockerfile index b52bb42..dcd1111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -ARG TERRAFORM_VERSION=1.8.3 -ARG AWS_CLI_VERSION=2.15.46 +ARG TERRAFORM_VERSION=1.8.5 +ARG AWS_CLI_VERSION=2.16.5 FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform FROM amazon/aws-cli:$AWS_CLI_VERSION -ARG KUBECTL_VERSION=1.28.7 +ARG KUBECTL_VERSION=1.28.11 WORKDIR /viya4-iac-aws diff --git a/container-structure-test.yaml b/container-structure-test.yaml index 00fdea4..3d3d34e 100644 --- a/container-structure-test.yaml +++ b/container-structure-test.yaml @@ -17,14 +17,14 @@ commandTests: - name: "terraform version" command: "terraform" args: ["--version"] - expectedOutput: ["Terraform v1.8.3"] + expectedOutput: ["Terraform v1.8.5"] - name: "aws-cli version" command: "sh" args: - -c - | aws --version - expectedOutput: ["aws-cli/2.15.46"] + expectedOutput: ["aws-cli/2.16.5"] metadataTest: workdir: "/viya4-iac-aws"