From 855cc205f5ead237914ad554430f906f73a01e69 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 18 Sep 2020 21:28:36 +0100 Subject: [PATCH 1/1] Update ruby-version to 2.7.1 --- .ruby-version | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 35d16fb1a..860487ca1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.7 +2.7.1 diff --git a/Dockerfile b/Dockerfile index a09077deb..620c6a2ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Basic Dockerfile to run cookstyle linting -# run: docker build -t test . -FROM ruby:2.6-alpine as build +# run: docker build -t chef-test . +FROM ruby:2.7-alpine as build # Add Gem build requirements RUN apk add --no-cache build-base -- 2.39.5