Skip to content

Commit deb2a1a

Browse files
authored
update to upstream 3.0.1 for bugfix (Start9Labs#37)
1 parent a3a8aaa commit deb2a1a

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
FROM mariadb:10.5.8 AS db
55
FROM node:lts-buster-slim AS runner
66

manifest.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
id: mempool
22
title: Mempool
3-
version: 3.0.0.3
3+
version: 3.0.1
44
release-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
86
license: AGPL
97
wrapper-repo: "https://github.com/Start9Labs/mempool-wrapper"
108
upstream-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

0 commit comments

Comments
 (0)