]> git.openstreetmap.org Git - chef.git/commitdiff
Update ruby-version to 2.7.1
authorGrant Slater <git@firefishy.com>
Fri, 18 Sep 2020 20:28:36 +0000 (21:28 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 18 Sep 2020 20:51:58 +0000 (21:51 +0100)
.ruby-version
Dockerfile

index 35d16fb1a74c5b135d4278c6a69edd3cfa0d9a74..860487ca19cedeaf219ae3caca5e14df61c44f18 100644 (file)
@@ -1 +1 @@
-2.5.7
+2.7.1
index a09077debd49e040018c165fec84dfcd8eaa13c1..620c6a2bad8a79c385dd2b5030b1fe22744a09ff 100644 (file)
@@ -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