diff --git a/geth/Dockerfile.template b/geth/Dockerfile.template index ae1a786..8251dea 100644 --- a/geth/Dockerfile.template +++ b/geth/Dockerfile.template @@ -1,4 +1,4 @@ -FROM ethereum/client-go:v1.10.15 as client-go +FROM ethereum/client-go:v1.10.17 as client-go FROM balenalib/%%BALENA_MACHINE_NAME%%-alpine:3.14 @@ -13,4 +13,4 @@ COPY scripts scripts ENTRYPOINT [ "/bin/bash", "/app/scripts/entry.sh" ] -CMD [ "geth" ] \ No newline at end of file +CMD [ "geth" ]