From cb3ed0108d736c887b2eeaa4fe4ec6e5494f3703 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 13 Feb 2021 09:53:02 -0700 Subject: [PATCH] Updated to Docker Alpine Ruby image Provides a smaller footprint for testing Ruby code. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 069b71f..ac021a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/project docker: - - image: bkuhlmann/ruby:latest + - image: bkuhlmann/alpine-ruby:latest steps: - checkout