Skip to content

Commit

Permalink
upgrade base image to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibniz137 committed Oct 24, 2020
1 parent 3fc4413 commit 8bc6e1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This amount will decrease over time until it reaches 10,000 KEEP ([source](https

# Install
Access this link using your dappnode wifi/vpn:
http://my.dappnode/#/installer/%2Fipfs%2FQmUwN3obuWiLZ1WbmE7PwuPg6ejpXXAGH7uM2e9c23uPLr
http://my.dappnode/#/installer/%2Fipfs%2FQmd2CjLMNhg9QZWr8o3fEQ3CSatuvdmxUzJkYGeFCSBPJR

current ipfs hash `QmUwN3obuWiLZ1WbmE7PwuPg6ejpXXAGH7uM2e9c23uPLr`
current ipfs hash `Qmd2CjLMNhg9QZWr8o3fEQ3CSatuvdmxUzJkYGeFCSBPJR`

## Quick Start
1. Set `KEEP_ETHEREUM_PASSWORD` and `ANNOUNCED_ADDRESSES` environment variables in the Config section of the package.
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go get github.com/ethereum/go-ethereum/ethclient \
COPY ./config.toml.tmpl $APPDIR
COPY ./entrypoint.sh $APPDIR

FROM keepnetwork/keep-client:v1.3.0
FROM keepnetwork/keep-client:v1.3.1

ENV APPDIR /usr/src/app/
COPY --from=0 $APPDIR $APPDIR
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keep-client.public.dappnode.eth",
"version": "0.1.2",
"version": "0.1.3",
"description": "Run a Keep Random Beacon client",
"type": "service",
"author": "thenateway",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- >-
PEERS=/ip4/54.39.179.73/tcp/3919/ipfs/16Uiu2HAkyYtzNoWuF3ULaA7RMfVAxvfQQ9YRvRT3TK4tXmuZtaWi,/ip4/54.39.186.166/tcp/3919/ipfs/16Uiu2HAkzD5n4mtTSddzqVY3wPJZmtvWjARTSpr4JbDX9n9PDJRh,/ip4/54.39.179.134/tcp/3919/ipfs/16Uiu2HAkuxCuWA4zXnsj9R6A3b3a1TKUjQvBpAEaJ98KGdGue67p,/dns4/bst-a01.core.keep.boar.network/tcp/3001/ipfs/16Uiu2HAkzYFHsqbwt64ZztWWK1hyeLntRNqWMYFiZjaKu1PZgikN,/dns4/bst-b01.core.keep.boar.network/tcp/3001/ipfs/16Uiu2HAkxLttmh3G8LYzAy1V1g1b3kdukzYskjpvv5DihY4wvx7D,/dns4/4d00662f-e56d-404a-803a-cac01ada3e15.keep.bison.run/tcp/3919/ipfs/16Uiu2HAmV3HqJjcbKMxHnDxDx4m2iEYynyYdsvU3VwaeE6Zra2P9,/dns4/ec1eb390-124c-4b1b-bcf7-c21709baf2b2.keep.herd.run/tcp/3919/ipfs/16Uiu2HAmVo51PqEZLADehZEbZnrp5A7qjRWFLj9E7DfwZKVhERFt,/dns4/2aa9b786-7360-4c22-ae73-bd95af9c11c5.keep.bison.run/tcp/3919/ipfs/16Uiu2HAm9g3QrQzSvJ8FAhgB1PmjMNgjPd3pDaJJqsdSisGsnaFe
- 'WS_RPC_URL=ws://fullnode.dappnode:8546/'
image: 'keep-client.public.dappnode.eth:0.1.2'
image: 'keep-client.public.dappnode.eth:0.1.3'
restart: unless-stopped
ports:
- '3919:3919'
Expand Down

0 comments on commit 8bc6e1a

Please sign in to comment.