Skip to content

Commit

Permalink
Use the Geth v1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed May 16, 2024
1 parent 83b69d7 commit 1a07c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.12.0
FROM ethereum/client-go:v1.14.3

RUN apk update
RUN apk add --no-cache nginx
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
geth:
image: ethereum/client-go:v1.13.15
image: ethereum/client-go:v1.14.3
environment:
- DEV_PERIOD
ports:
Expand Down

0 comments on commit 1a07c5f

Please sign in to comment.