Skip to content

Commit

Permalink
latest 0.11 terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Sep 16, 2019
1 parent 392bb9b commit 0959ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Matt Conway <matt@simplygenius.com>

ENV APP_DIR /atmos
ENV RUN_DIR /app
ENV TF_VER=0.11.10
ENV TF_VER=0.11.14
ENV TF_PKG=https://releases.hashicorp.com/terraform/${TF_VER}/terraform_${TF_VER}_linux_amd64.zip

RUN mkdir -p $APP_DIR $RUN_DIR
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV BUNDLE_PATH /srv/bundler
ENV BUNDLE_BIN=${BUNDLE_PATH}/bin
ENV GEM_HOME=${BUNDLE_PATH}
ENV PATH="${BUNDLE_BIN}:${PATH}"
ENV TF_VER=0.11.10
ENV TF_VER=0.11.14
ENV TF_PKG=https://releases.hashicorp.com/terraform/${TF_VER}/terraform_${TF_VER}_linux_amd64.zip

RUN mkdir -p $APP_DIR $RUN_DIR
Expand Down

0 comments on commit 0959ba6

Please sign in to comment.