Skip to content

Commit

Permalink
Merge pull request #250 from 0xPolygonHermez/feat/use-go-ethereum-ima…
Browse files Browse the repository at this point in the history
…ge-v1.13.15

Use the `go-ethereum v1.14.3` Docker image
  • Loading branch information
invocamanman committed May 21, 2024
2 parents 658f154 + 1a07c5f commit 6552d78
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.12.0
image: ethereum/client-go:v1.14.3
environment:
- DEV_PERIOD
ports:
Expand Down

0 comments on commit 6552d78

Please sign in to comment.