]> git.openstreetmap.org Git - chef.git/blobdiff - Dockerfile
Update ruby-version to 2.7.1
[chef.git] / Dockerfile
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