Skip to content

Commit

Permalink
Merge pull request #407 from runatlantis/bump-test-image-tf-version
Browse files Browse the repository at this point in the history
Document how to update the testing image.
  • Loading branch information
lkysow authored Dec 20, 2018
2 parents f338209 + 1df4be9 commit 41059d7
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -3,7 +3,7 @@ jobs:
test:
working_directory: /go/src/github.com/runatlantis/atlantis
docker:
- image: runatlantis/testing-env
- image: runatlantis/testing-env:latest
steps:
- checkout
- run: make test-coverage
Expand Down
3 changes: 2 additions & 1 deletion testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This Dockerfile builds the docker image used for running circle ci tests.
# We need terraform installed for our full test suite so it installs that.
# It's updated by running make build-testing-image
# It's updated by running make build-testing-image which will also push a new
# image.
FROM circleci/golang:1.11

# Install Terraform
Expand Down

0 comments on commit 41059d7

Please sign in to comment.