Skip to content

Commit

Permalink
Update terraform and AWS CLI (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesconstable authored Feb 28, 2024
1 parent 2343b1e commit 86a919c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ RUN apt-get update \
unzip && \
rm -rf /var/lib/apt/lists/*

ARG TERRAFORM_VERSION=1.6.2
ARG TERRAFORM_VERSION=1.7.4
RUN curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" -o /tmp/terraform.zip && \
unzip -q /tmp/terraform.zip -d /usr/local/bin && \
chmod +x /usr/local/bin/terraform && \
rm -f /tmp/terraform.zip

ARG AWS_VERSION=2.13.30
ARG AWS_VERSION=2.15.23
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_VERSION}.zip" -o "/tmp/awscliv2.zip" && \
unzip -q /tmp/awscliv2.zip -d /tmp && \
/tmp/aws/install && \
Expand Down

0 comments on commit 86a919c

Please sign in to comment.