mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
chore(docker): Use node 14
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:12.11.1-alpine AS base
|
||||
FROM node:14.0.0-alpine AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
Reference in New Issue
Block a user