]> git.openstreetmap.org Git - chef.git/blobdiff - Dockerfile
supybot: update osmf-server-info urls
[chef.git] / Dockerfile
index a09077debd49e040018c165fec84dfcd8eaa13c1..fa0ad5960af0f072b55c489cdb7713e6a8629096 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:3.1-alpine as build
 
 # Add Gem build requirements
 RUN apk add --no-cache build-base