Skip to content

Commit

Permalink
Upgrade terraform from 0.11.7 to 0.12.3 in Dockerfile (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
costimuraru authored Jul 9, 2019
1 parent 114ea56 commit 9916cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:2.7.16-alpine3.9 AS compile-image
ARG TERRAFORM_VERSION="0.11.7"
ARG TERRAFORM_VERSION="0.12.3"

ENV BOTO_CONFIG=/dev/null
COPY . /sources/
Expand All @@ -19,7 +19,7 @@ RUN apk del --purge build
FROM python:2.7.16-alpine3.9
ARG HELM_VERSION="v2.13.1"
ARG KUBECTL_VERSION="v1.13.4"
ARG TERRAFORM_VERSION="0.11.7"
ARG TERRAFORM_VERSION="0.12.3"
ARG VAULT_VERSION="1.1.1"
ARG AWS_IAM_AUTHENTICATOR_VERSION="1.12.7/2019-03-27"

Expand Down

0 comments on commit 9916cd9

Please sign in to comment.