1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 14:29:26 -05:00
MeiMei 2020-11-28 14:20:32 +09:00 committed by GitHub
parent 34f662ead5
commit 3584786387
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 @@
v14.15.0
v14.15.1

View file

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