Use node 12

This commit is contained in:
syuilo 2019-05-04 14:53:46 +09:00
parent 2851a1a7ef
commit e62c810b7c
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v11.7.0
v12.1.0

View File

@ -1,4 +1,4 @@
FROM node:11-alpine AS base
FROM node:12.1-alpine AS base
ENV NODE_ENV=production