Skip to content

Commit

Permalink
Merge pull request #6 from Oxalide/upgrade-0.10.2
Browse files Browse the repository at this point in the history
upgrade to 0.10.2
  • Loading branch information
rekcah78 authored Aug 28, 2017
2 parents f9ebc78 + 59d202e commit 05ba070
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.11
ENV TERRAFORM_VERSION=0.10.2
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 05ba070

Please sign in to comment.