Update node version

This commit is contained in:
syuilo 2019-07-05 02:12:23 +09:00
parent 7b33522d97
commit 50df9f7dff
1 changed files with 1 additions and 1 deletions

View File

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