Skip to content

Commit

Permalink
build with 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
28mm committed Jun 25, 2019
1 parent a22f975 commit 37f65b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
buildpack:
environment:
IMAGE_NAME: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
TF_VERSION: 0.12.2
TF_VERSION: 0.12.3
docker:
- image: circleci/buildpack-deps
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TF_VERSION=0.12.2
ARG TF_VERSION=0.12.3
ARG PYTHON_VERSION=3.7

FROM hashicorp/terraform:$TF_VERSION AS terraform
Expand Down

0 comments on commit 37f65b8

Please sign in to comment.