Skip to content

Commit

Permalink
Upgrade terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Dec 19, 2019
1 parent 50a1a41 commit dad194b
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 debian:buster-slim
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y wget python3-pip golang unzip git && \
wget https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_linux_amd64.zip && \
unzip terraform_0.12.5_linux_amd64.zip -d /usr/bin && \
wget https://releases.hashicorp.com/terraform/0.12.18/terraform_0.12.18_linux_amd64.zip && \
unzip terraform_0.12.18_linux_amd64.zip -d /usr/bin && \
pip3 install awscli && \
wget https://get.helm.sh/helm-v2.14.0-linux-amd64.tar.gz && \
tar xvf helm-v2.14.0-linux-amd64.tar.gz -C /usr/bin --strip 1 && \
Expand Down

0 comments on commit dad194b

Please sign in to comment.