Browse Source

Update terraform version for docker container

Major version was released. Old terraform versions are incompatible with newer terraform remote states produced by newer versions. This update will get rid of associated errors.
pull/29/head
edwinavalos 8 years ago
committed by GitHub
parent
commit
f668aae4ae
  1. 2
      Dockerfile

2
Dockerfile

@ -6,7 +6,7 @@
FROM gliderlabs/alpine:3.2
RUN apk-install ca-certificates git
ENV TERRAFORM_VERSION 0.7.5
ENV TERRAFORM_VERSION 0.8.1
RUN apk update && \
wget -q "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.21-r2/glibc-2.21-r2.apk" && \

Loading…
Cancel
Save