Update node version

This commit is contained in:
syuilo 2019-08-18 14:56:54 +09:00
parent 74aa031a22
commit fe88b34b8a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v12.6.0
v12.8.1

View File

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