1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-24 23:26:17 +09:00

chore: Use node 14.2

This commit is contained in:
syuilo 2020-05-07 08:45:52 +09:00
parent 11a350a114
commit d0f68bb5d1

View File

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