From a6bc330a9732f89afd6d40acff93e34c3c8088e1 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 27 Oct 2022 02:02:55 +0200 Subject: [PATCH] new pokt version --- pokt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokt/Dockerfile b/pokt/Dockerfile index 34608152..bba20a49 100644 --- a/pokt/Dockerfile +++ b/pokt/Dockerfile @@ -1,4 +1,4 @@ -FROM poktnetwork/pocket-core:RC-0.9.1.2 +FROM poktnetwork/pocket-core:RC-0.9.1.3 COPY --chown=1005:1001 config.json /home/app/.pocket/config/config.json COPY --chown=1005:1001 chains.json /home/app/.pocket/config/chains.json