From afe31fa90ce1581fa6ee4543e5dc8d969740276b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 12 Oct 2022 10:50:14 +0100 Subject: [PATCH] Dockerfile bump ruby version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 620c6a2ba..fa0ad5960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Basic Dockerfile to run cookstyle linting # run: docker build -t chef-test . -FROM ruby:2.7-alpine as build +FROM ruby:3.1-alpine as build # Add Gem build requirements RUN apk add --no-cache build-base -- 2.43.2