Skip to content

Commit

Permalink
build: use latest cucumber/build image (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Jun 15, 2021
1 parent 0583b59 commit f96dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
# the build nodes (faster builds).
docker-cucumber-build:
docker:
- image: cucumber/cucumber-build:0.5.0
- image: cucumber/cucumber-build:0.5.2
working_directory: ~/cucumber
environment:
# nvm, node and npm are installed locally rather globally.
Expand Down

0 comments on commit f96dadd

Please sign in to comment.