forked from Mirrors/doipjs
Bump node in Dockerfile
This commit is contained in:
parent
bd4a9d551e
commit
dfa8086d7a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14-alpine
|
||||
FROM node:16-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn --production --pure-lockfile
|
||||
|
|
Loading…
Reference in a new issue