diff --git a/orchestrator/builder/blockchain/Dockerfile b/orchestrator/builder/blockchain/Dockerfile index 3837ca9..a2b498a 100644 --- a/orchestrator/builder/blockchain/Dockerfile +++ b/orchestrator/builder/blockchain/Dockerfile @@ -1,4 +1,4 @@ -FROM ethereum/client-go:stable +FROM ethereum/client-go:release-1.13 COPY . /root EXPOSE 9545 9546 30303 30303/udp ENTRYPOINT ["geth"]