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