Updated to Docker Alpine Ruby image

Provides a smaller footprint for testing Ruby code.
This commit is contained in:
Brooke Kuhlmann
2021-02-13 09:53:02 -07:00
parent 8c4c734043
commit cb3ed0108d

View File

@@ -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