Use node 12
This commit is contained in:
parent
2851a1a7ef
commit
e62c810b7c
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v11.7.0
|
||||
v12.1.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:11-alpine AS base
|
||||
FROM node:12.1-alpine AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue