diff --git a/Dockerfile b/Dockerfile index 8de1dc4..cb1297d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2-alpine +FROM ruby:3.3-alpine COPY . /app WORKDIR /app