Skip to content

Commit

Permalink
Use debian-latest for ethereum-metrics-exporter (eth-educators#1162)
Browse files Browse the repository at this point in the history
* Use debian-latest for ethereum-metrics-exporter

* fix url in default.env
  • Loading branch information
yorickdowne authored Feb 6, 2023
1 parent eb41bed commit 0c42165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Client choice: See https://eth-docker.net/docs/Usage/ClientSetup for available options
# Client choice: See https://eth-docker.net/Usage/ClientSetup for available options
COMPOSE_FILE=teku.yml:besu.yml:deposit-cli.yml
# Set the ETH address that priority fees and MEV rewards should be sent to
FEE_RECIPIENT=
Expand Down
2 changes: 1 addition & 1 deletion eth-metrics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM samcm/ethereum-metrics-exporter
FROM samcm/ethereum-metrics-exporter:debian-latest

COPY ./docker-entrypoint.sh /usr/local/bin

0 comments on commit 0c42165

Please sign in to comment.