X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2aaf64ff9ddfbcdb84ee261c14fdc47de2fcb3e6..e45031ca0ddc8f9b7b9a7bae381650b3c9309a23:/Dockerfile?ds=sidebyside 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