diff --git a/Dockerfile b/Dockerfile index 3ea2b45..b4a733c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.2-alpine +FROM ruby:3.2.2-alpine RUN apk add --update build-base git