Skip to content

Commit

Permalink
Use buildpack-deps:trusty Docker image for deploy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed May 15, 2022
1 parent 5edc552 commit 8d925a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:
./tmp/cc-test-reporter upload-coverage -i tmp/codeclimate.total.json
deploy:
docker:
- image: cimg/base
# TODO: Update this to correct cimg/base
- image: buildpack-deps:trusty
steps:
- checkout
- run:
Expand Down

0 comments on commit 8d925a1

Please sign in to comment.