diff --git a/Dockerfile b/Dockerfile index 9ef4156..c96dba4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.3 +FROM ruby:3.4.2 RUN \ apt-get update -qq && \