From efe4c561030ecd318f9245dff7908d24b075dc94 Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Tue, 21 Jul 2015 14:23:24 +0900 Subject: [PATCH] Upgrade to Terraform v0.6.1 --- Dockerfile | 2 +- README.md | 2 +- script/test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01a3e55..5bc7e79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Daisuke Fujita (@dtan4) CMD ["/usr/local/bin/terraform", "version"] -ENV TERRAFORM_VERSION 0.6.0 +ENV TERRAFORM_VERSION 0.6.1 RUN apt-get update \ && apt-get install -y \ diff --git a/README.md b/README.md index 9399479..20a2e78 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Please see [official document](https://terraform.io/docs/index.html) for more in ## SUPPORTED TAGS * `latest` - * Terraform 0.6.0 + * Terraform 0.6.1 ## HOW TO USE diff --git a/script/test b/script/test index f48901a..e120707 100755 --- a/script/test +++ b/script/test @@ -6,7 +6,7 @@ # this script should be run in project root BASE_DIRECTORY=`pwd` -TERRAFORM_VERSION="0.6.0" +TERRAFORM_VERSION="0.6.1" echo "==> Building target..." cd ${BASE_DIRECTORY}