diff --git a/Dockerfile b/Dockerfile index afbf126..ce7e8ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4-alpine +FROM ruby:3.2-alpine MAINTAINER Mike Petersen RUN apk --no-cache add ruby ruby-dev ruby-bundler build-base git