diff --git a/Dockerfile b/Dockerfile index a8a7e8a8e..f17f01b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.5-alpine +FROM ruby:3.4.1-alpine WORKDIR /app RUN apk add --no-cache build-base nodejs npm