Use node v14.15.0 (#6837)

* Use node v14.15.0

* Update Dockerfile
This commit is contained in:
takenoko 2020-11-15 12:35:28 +09:00 committed by GitHub
parent 8e8459fa55
commit f0d0a1546a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v15.0.1
v14.15.0

View File

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