Skip to content

Commit

Permalink
Minor upgrade to tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
phyllisnoester authored Mar 26, 2021
1 parent eacb3e5 commit af3d788
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 @@ -18,8 +18,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
RUN unzip awscliv2.zip
RUN ./aws/install

RUN curl -O https://releases.hashicorp.com/terraform/0.12.25/terraform_0.12.25_linux_amd64.zip
RUN unzip terraform_0.12.25_linux_amd64.zip
RUN curl -O https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_linux_amd64.zip
RUN unzip terraform_0.12.26_linux_amd64.zip
RUN mv terraform /usr/local/bin/

RUN curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
Expand Down

0 comments on commit af3d788

Please sign in to comment.