diff --git a/Dockerfile b/Dockerfile index a4b076d20..a2c35364b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \ bundle exec yard gems; \ fi -FROM node:18-alpine3.18 as node-builder +FROM node:20-alpine3.18 as node-builder RUN apk --no-cache add git WORKDIR /app COPY package.json yarn.lock ./