Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the mempool app to v3.0.0 #1315

Merged
merged 8 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mempool/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in mempool/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "widget-server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
APP_PORT: $APP_MEMPOOL_PORT
PROXY_AUTH_ADD: "false"
web:
image: mempool/frontend:v2.5.0@sha256:559b4542fc414a28db69bbda143e6be1c404e3f1b637c9e6f30526c10f4c75a7
image: mempool/frontend:v3.0.0@sha256:ec84195e6d3050841efef99b9db2ec6f3b8cd64611df0c8dae026a41931ae58c
user: "1000:1000"
init: true
restart: on-failure
Expand All @@ -23,7 +23,7 @@
default:
ipv4_address: $APP_MEMPOOL_IP
api:
image: mempool/backend:v2.5.0@sha256:c58996a3bfd382cb782da5d93e4b8f65f9c02c7a6bb10df4dda0bdf52ba8ed88
image: mempool/backend:v3.0.0@sha256:d48122e60e5f8fdd74874e23578ea606dbd3cd52bd2eeb2b68b56e69e54e3d82
user: "1000:1000"
init: true
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion mempool/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: mempool
category: bitcoin
name: mempool
version: "2.5.0-w"
version: "3.0.0"
tagline: Explore the full Bitcoin ecosystem
description: >-
Be your own explorer.
Expand Down