Skip to content

Commit

Permalink
Update terraform to 0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 29, 2019
1 parent f4b5a15 commit 56c4a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/build-nginx-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ docker run --rm -it \
-v ${AWS_FILE}:/root/aws.tfvars:ro \
-v ${ENV_FILE}:/root/env.tfvars:ro \
build-nginx-terraform

docker rmi -f build-nginx-terraform
2 changes: 1 addition & 1 deletion build/images/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1

ENV TERRAFORM_VERSION 0.12.6
ENV TERRAFORM_VERSION 0.12.9

RUN clean-install \
bash \
Expand Down

0 comments on commit 56c4a69

Please sign in to comment.