1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 11:39:25 -05:00

Update node to 12.9.1

This commit is contained in:
syuilo 2019-09-03 05:43:44 +09:00
parent e5e344e1cd
commit 8de2f4ce76
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v12.8.1
v12.9.1

View file

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