diff --git a/infra/build/Dockerfile b/infra/build/Dockerfile index 0d74ec7..f76c8e3 100644 --- a/infra/build/Dockerfile +++ b/infra/build/Dockerfile @@ -15,7 +15,7 @@ RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_$ unzip -d /usr/local/bin /tmp/terraform.zip && \ rm /tmp/terraform.zip -ARG AWSCLI_VERSION=2.35.24 +ARG AWSCLI_VERSION=2.36.19 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install && \