Skip to content

Commit

Permalink
Use a newer docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 3, 2019
1 parent 71bf5e8 commit c960c23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ jobs:
build:
working_directory: ~/leiningen
docker:
# somehow docker hub deleted the 2.8.1 image?!
# https://circleci.com/gh/technomancy/leiningen/1584
- image: clojure:lein-2.8.0
- image: clojure:lein-2.9.1
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit c960c23

Please sign in to comment.