bump node image to 16.x
This commit is contained in:
parent
591ee34705
commit
92b9f9f83d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14 AS build
|
||||
FROM node:16 AS build
|
||||
WORKDIR /build/
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
|
Loading…
Reference in a new issue