Browse Source

Merge pull request #1 from heetch/update-terraform-version

[GLUE-43] Update terraform version 0.8.7 -> 0.8.8
pull/36/head
Jean-Baptiste Farez 8 years ago
committed by GitHub
parent
commit
3415383fb1
  1. 2
      Dockerfile

2
Dockerfile

@ -4,7 +4,7 @@
FROM alpine:3.5
ENV TERRAFORM_VERSION 0.8.7
ENV TERRAFORM_VERSION 0.8.8
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories && \
apk -U add \

Loading…
Cancel
Save