forked from e621ng/e621ng
[Docker] Bump node to latest LTS
This commit is contained in:
parent
50bfe9f3a3
commit
9e024ff792
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user