[JS] Update to node 16

This commit is contained in:
Earlopain 2023-02-03 17:17:45 +01:00
parent 8030ef7424
commit 835f3e1188
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

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