Dockerfile: Update to Node 16
This commit is contained in:
parent
8b0696b7b6
commit
d477ae507b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10-alpine as build
|
||||
FROM node:16-alpine as build
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue