From 1a8f41bd6dee5fc5f234a081fec5d93ebd284946 Mon Sep 17 00:00:00 2001 From: Elias Tazartes <66871571+Eikix@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:42:51 +0100 Subject: [PATCH] chore bump rpc tag in hive dockerfile (#789) --- docker/hive/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/hive/Dockerfile b/docker/hive/Dockerfile index 6b100f894..3361329aa 100644 --- a/docker/hive/Dockerfile +++ b/docker/hive/Dockerfile @@ -39,7 +39,7 @@ RUN git clone -v "https://github.com/kkrt-labs/kakarot-indexer.git" FROM mongo:6.0.8 as mongo # Ethereum RPC Server -FROM ghcr.io/kkrt-labs/kakarot-rpc/node:v0.2.3-2 as rpc +FROM ghcr.io/kkrt-labs/kakarot-rpc/node:v0.2.3-3 as rpc FROM debian:bookworm-slim as base # Install any necessary dependencies