Update node version
This commit is contained in:
parent
5d10642e07
commit
ecd541873b
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v16.0.0
|
||||
v16.2.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.0.0-alpine3.13 AS base
|
||||
FROM node:16.2.0-alpine3.13 AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue