Skip to content

Commit

Permalink
clients/reth: use ghcr.io/paradigmxyz/reth as base image (ethereum#971)
Browse files Browse the repository at this point in the history
* clients/reth: use ghcr.io/paradigmxyz/reth as base image

* clients/reth: use latest tag
  • Loading branch information
holiman authored and Eikix committed Mar 1, 2024
1 parent 1ff5fb9 commit 81422e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/reth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG baseimage=paradigmxyz/reth
ARG tag=main
ARG baseimage=ghcr.io/paradigmxyz/reth
ARG tag=latest

FROM $baseimage:$tag as builder

Expand Down

0 comments on commit 81422e6

Please sign in to comment.