[Docker] Bump node to latest LTS

This commit is contained in:
Earlopain 2023-12-04 17:16:20 +01:00
parent 50bfe9f3a3
commit 9e024ff792
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -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 ./