forked from e621ng/e621ng
[JS] Update to node 16
This commit is contained in:
parent
8030ef7424
commit
835f3e1188
@ -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 ./
|
||||||
|
Loading…
Reference in New Issue
Block a user