diff --git a/Dockerfile b/Dockerfile index 60a371a..94ae269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4 +FROM ruby:4.0 WORKDIR /app COPY Gemfile Gemfile.lock ./