Use Node 18 to build the image
This commit is contained in:
parent
c96ecde015
commit
152adb72a6
|
@ -1,5 +1,5 @@
|
|||
# build environment
|
||||
FROM node:14-alpine as build
|
||||
FROM node:18-alpine as build
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
|
Loading…
Reference in a new issue