From 0553baaac8aac5dff7f8837749c8c885f8ce6f97 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 6 Oct 2022 09:46:39 +0200 Subject: [PATCH] new pocket release candidate added to pokt/Dockerfile --- pokt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokt/Dockerfile b/pokt/Dockerfile index bc5afad8..e64750f9 100644 --- a/pokt/Dockerfile +++ b/pokt/Dockerfile @@ -1,4 +1,4 @@ -FROM poktnetwork/pocket-core:BETA-0.9.1 +FROM poktnetwork/pocket-core:RC-0.9.1.1 COPY --chown=1005:1001 config.json /home/app/.pocket/config/config.json COPY --chown=1005:1001 chains.json /home/app/.pocket/config/chains.json