Skip to content

Commit

Permalink
Updated Geth, Reth, Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed Jul 11, 2024
1 parent ee195f1 commit 2c69ee3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/geth-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
// Constants
const (
// Tags
gethTagProd string = "ethereum/client-go:v1.14.5"
gethTagTest string = "ethereum/client-go:v1.14.5"
gethTagProd string = "ethereum/client-go:v1.14.7"
gethTagTest string = "ethereum/client-go:v1.14.7"
)

// Configuration for Geth
Expand Down
2 changes: 1 addition & 1 deletion config/prometheus-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
// Tags
prometheusTag string = "prom/prometheus:v2.53.0"
prometheusTag string = "prom/prometheus:v2.53.1"
)

// Configuration for Prometheus
Expand Down
4 changes: 2 additions & 2 deletions config/reth-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

// Constants
const (
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.0.0"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.0.0"
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.0.1"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.0.1"
)

// Configuration for Reth
Expand Down

0 comments on commit 2c69ee3

Please sign in to comment.