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