Skip to content

Commit

Permalink
Bumped awscli and terraform to actual versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-panin authored Oct 4, 2024
1 parent c668c2f commit de07042
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 @@ -3,8 +3,8 @@ FROM ubuntu:latest AS builder
RUN apt update
RUN apt -y upgrade
RUN apt -y install curl unzip
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.23.zip" -o "awscliv2.zip"
RUN curl "https://releases.hashicorp.com/terraform/1.5.3/terraform_1.9.3_linux_amd64.zip" -o "terraform.zip"
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.65.zip" -o "awscliv2.zip"
RUN curl "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_linux_amd64.zip" -o "terraform.zip"
RUN unzip -u awscliv2.zip
RUN unzip -u terraform.zip
RUN ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
Expand Down

0 comments on commit de07042

Please sign in to comment.