Skip to content

Commit

Permalink
Merge pull request #53 from AvadoDServer/0.0.44
Browse files Browse the repository at this point in the history
bump to 1.39.0
  • Loading branch information
sponnet authored Apr 9, 2024
2 parents 1adbb4b + f5dd96e commit d9ba58b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.38.0
FROM --platform=linux/amd64 nearprotocol/nearcore:1.39.0

RUN apt-get update
RUN apt-get install -y wget
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nearbp.avado.dnp.dappnode.eth",
"version": "0.0.43",
"upstream": "1.38.0",
"version": "0.0.44",
"upstream": "1.39.0",
"description": "Near Validator (mainnet)",
"autoupdate": true,
"type": "service",
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.43'
image: 'nearbp.avado.dnp.dappnode.eth:0.0.44'
restart: always
privileged: true
volumes:
Expand Down

0 comments on commit d9ba58b

Please sign in to comment.