switch back to old geth version because it's official

This commit is contained in:
Sebastian
2023-08-18 06:56:22 +02:00
parent 4e227c17b8
commit 3d5e600195

View File

@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.12.2
FROM ethereum/client-go:v1.11.6
COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod u+x /usr/local/bin/entrypoint.sh