File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Use a multi-stage build to combine the specific images
2- FROM mempool/frontend:v3.0.0 AS frontend
3- FROM mempool/backend:v3.0.0 AS backend
2+ FROM mempool/frontend:v3.0.1 AS frontend
3+ FROM mempool/backend:v3.0.1 AS backend
44FROM mariadb:10.5.8 AS db
55FROM node:lts-buster-slim AS runner
66
Original file line number Diff line number Diff line change 11id : mempool
22title : Mempool
3- version : 3.0.0.3
3+ version : 3.0.1
44release-notes : |
5- * Sets bounds on RAM used for the mempool
6- * Update the latest pool data from the Mempool repository on startup
7- * Adjust JS heap limit
5+ * Updates upstream, which includes a fix to save CPU on lower powered hardware
86license : AGPL
97wrapper-repo : " https://github.com/Start9Labs/mempool-wrapper"
108upstream-repo : " https://github.com/mempool/mempool"
@@ -170,7 +168,7 @@ migrations:
170168 type : script
171169 " >=2.3.1.4 <2.5.0 " :
172170 type : script
173- " >=2.5.0 <=3.0.0.2 " :
171+ " >=2.5.0 <=3.0.0.3 " :
174172 type : docker
175173 image : main
176174 system : false
@@ -180,12 +178,14 @@ migrations:
180178 mounts :
181179 main : /root
182180 inject : false
181+ " >3.0.0.3 " :
182+ type : script
183183 to :
184184 " <2.3.1.4 " :
185185 type : script
186186 " >=2.3.1.4 <2.5.0 " :
187187 type : script
188- " >=2.5.0 <3.0.0.2 " :
188+ " >=2.5.0 <= 3.0.0.3 " :
189189 type : docker
190190 image : main
191191 system : false
@@ -195,3 +195,5 @@ migrations:
195195 mounts :
196196 main : /root
197197 inject : false
198+ " >3.0.0.3 " :
199+ type : script
You can’t perform that action at this time.
0 commit comments