[JS] Bump node to v18

This commit is contained in:
Earlopain 2023-04-03 21:55:06 +02:00
parent 7f4344936e
commit c6c655942b
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; \
fi
FROM node:16-alpine3.17 as node-builder
FROM node:18-alpine3.17 as node-builder
RUN apk --no-cache add git
WORKDIR /app
COPY package.json yarn.lock ./