Skip to content

Commit

Permalink
chore bump rpc tag in hive dockerfile (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Feb 23, 2024
1 parent c5e3b2e commit 1a8f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8f41b

Please sign in to comment.