From 2f618f402b6f6b5d8bfada59ff99913ec8531434 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 28 Jan 2022 04:11:08 +0000 Subject: [PATCH] Update apps --- apps.json | 2 +- apps/apps.json | 2 +- apps/mempool/app.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index a400c72..c5b9249 100644 --- a/apps.json +++ b/apps.json @@ -21,7 +21,7 @@ "id": "mempool", "name": "Mempool", "repo": "https://github.com/mempool/mempool", - "version": "2.3.0" + "version": "2.3.1" }, { "id": "btc-rpc-explorer-public", diff --git a/apps/apps.json b/apps/apps.json index a400c72..c5b9249 100644 --- a/apps/apps.json +++ b/apps/apps.json @@ -21,7 +21,7 @@ "id": "mempool", "name": "Mempool", "repo": "https://github.com/mempool/mempool", - "version": "2.3.0" + "version": "2.3.1" }, { "id": "btc-rpc-explorer-public", diff --git a/apps/mempool/app.yml b/apps/mempool/app.yml index d0dfe3b..4f46189 100644 --- a/apps/mempool/app.yml +++ b/apps/mempool/app.yml @@ -8,7 +8,7 @@ version: 1 metadata: category: Explorers name: Mempool - version: 2.3.0 + version: 2.3.1 tagline: A mempool visualizer, explorer and fee estimator description: >- Mempool is the official self-hosted version of the fully featured explorer, @@ -53,7 +53,7 @@ metadata: - 3.jpg containers: - name: main - image: mempool/frontend:v2.3.0@sha256:39f9d92571390de500215a65ba9a20d2344e4ccfa4230de7cfb1bac558e50807 + image: mempool/frontend:v2.3.1@sha256:38c955caeb58014b266904b059bfabbdab8321d20b11e7cccb139be6dfc8e36e user: 1000:1000 init: true command: ./wait-for mariadb:3306 --timeout=720 -- nginx -g 'daemon off;'