diff --git a/Dockerfile b/Dockerfile index aaf540e..a549e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2 +FROM ruby:3.4 WORKDIR /app COPY Gemfile Gemfile.lock ./