Update node version

This commit is contained in:
syuilo 2019-09-27 05:19:06 +09:00
parent 4dc4ac2f0c
commit f4cb62db16
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v12.9.1
v12.11.0

View file

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