Update tf version to 12.24
This commit is contained in:
parent
624181c0e6
commit
a8a6bbfc30
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:xenial
|
||||
|
||||
RUN apt-get update -y && apt-get install -y python3 wget unzip git
|
||||
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_linux_amd64.zip
|
||||
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.24/terraform_0.12.24_linux_amd64.zip
|
||||
RUN unzip /tmp/terraform.zip
|
||||
RUN mv terraform /usr/bin/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue