Skip to content

Commit

Permalink
Upgrade terraform to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Jun 14, 2017
1 parent 629d1d7 commit e91bd18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.pkg
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAFORM_QUANTUM=0.1
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.Base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.Full
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest

ARG TERRAFORM_VERSION=0.9.7
ARG TERRAFORM_VERSION=0.9.8
ARG TERRAFORM_QUANTUM=0.1
ARG TERRAGRUNT_VERSION=0.12.18.04
ARG GOTEMPLATE_VERSION=1.0
Expand Down

0 comments on commit e91bd18

Please sign in to comment.