diff --git a/Dockerfile b/Dockerfile index 8f90833..88a44ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.4 +FROM ruby:3.2 RUN apt-get update && apt-get install -y \ curl \