Skip to content

Commit

Permalink
using stable version for geth-localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Jan 24, 2023
1 parent 2b4001c commit ab04cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keeper-geth.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.10.26 as geth
FROM ethereum/client-go:stable as geth

FROM node:16 as deploy

Expand All @@ -22,7 +22,7 @@ ENV KEEPER_RPC_PORT=8545

RUN /nevermined-contracts/scripts/keeper_deploy_geth_dockerfile.sh

FROM ethereum/client-go:latest
FROM ethereum/client-go:stable
LABEL maintainer="Nevermined <root@nevermined.io>"

COPY scripts/keeper_entrypoint_geth.sh /
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/contracts",
"version": "3.0.0-rc7",
"version": "3.0.0-rc8",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
Expand Down

0 comments on commit ab04cae

Please sign in to comment.