Skip to content

Commit

Permalink
Cut Travis back over to stable
Browse files Browse the repository at this point in the history
- Stable Docker image is fixed upstream by 13.8 release
  • Loading branch information
bdwyertech committed Mar 1, 2018
1 parent e6cba74 commit 1efc1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
# chef_version: '12.21.31'
chef_version: <%= ENV['CHEF_VERSION'] || '13.7.19' %>
chef_version: <%= ENV['CHEF_VERSION'] || 'stable' %>
ports: [
'8080',
'9990'
Expand Down

0 comments on commit 1efc1a0

Please sign in to comment.