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:
|
build:
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
docker:
|
docker:
|
||||||
- image: bkuhlmann/ruby:latest
|
- image: bkuhlmann/alpine-ruby:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user