forked from e621ng/e621ng
[JS] Bump node to v18
This commit is contained in:
parent
7f4344936e
commit
c6c655942b
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user