Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sponnet committed Mar 12, 2024
1 parent 6b3e898 commit a28b182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 nearprotocol/nearcore:1.37.0
FROM --platform=linux/amd64 nearprotocol/nearcore:1.37.2

RUN apt-get update
RUN apt-get install -y wget
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": "nearbp.avado.dnp.dappnode.eth",
"version": "0.0.39",
"version": "0.0.40",
"upstream": "1.37.0",
"description": "Near Validator (mainnet)",
"autoupdate": true,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'
services:
nearbp.avado.dnp.dappnode.eth:
build: ./build
image: 'nearbp.avado.dnp.dappnode.eth:0.0.39'
image: 'nearbp.avado.dnp.dappnode.eth:0.0.40'
restart: always
volumes:
- 'data:/root/.near'
Expand Down

0 comments on commit a28b182

Please sign in to comment.