Skip to content

Commit

Permalink
Merge pull request #3 from Oxalide/update-to-0.9.7
Browse files Browse the repository at this point in the history
update to 0.9.7
  • Loading branch information
rekcah78 authored Jun 8, 2017
2 parents cba57fd + d08f8d3 commit 436c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.5
MAINTAINER "Christophe Gasmi <[email protected]>"
ENV TERRAFORM_VERSION=0.9.6
ENV TERRAFORM_VERSION=0.9.7
RUN apk add --update --no-cache curl git bash wget graphviz ttf-freefont
ADD https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip ./
RUN unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin && rm -f terraform_${TERRAFORM_VERSION}_linux_amd64.zip

0 comments on commit 436c35b

Please sign in to comment.