Updated to Docker Alpine Ruby image
Provides a smaller footprint for testing Ruby code.
This commit is contained in:
@@ -3,7 +3,7 @@ jobs:
|
||||
build:
|
||||
working_directory: ~/project
|
||||
docker:
|
||||
- image: bkuhlmann/ruby:latest
|
||||
- image: bkuhlmann/alpine-ruby:latest
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user