Skip to content

Commit

Permalink
Merge pull request #100 from hoprnet/bot/update-2.0.5
Browse files Browse the repository at this point in the history
Update to release 2.0.5
  • Loading branch information
Teebor-Choka authored Dec 4, 2023
2 parents 7f12856 + be27284 commit b803ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hopr.public.dappnode.eth",
"version": "1.0.23",
"version": "1.0.24",
"upstreamVersion": "providence",
"description": "The HOPR protocol ensures everyone has control of their privacy, data, and identity. By running a HOPR Node, you can obtain HOPR tokens by relaying data and connect to the HOPR Network.",
"type": "service",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.5"
services:
node:
image: "node.hopr.public.dappnode.eth:1.0.23"
image: "node.hopr.public.dappnode.eth:1.0.24"
build:
context: .
args:
UPSTREAM_VERSION: "2.0.4@sha256:8b8ee841d0da73c6f9feee2541ce2d59ff25550962aad1c8180b27d0a31f60c4"
UPSTREAM_VERSION: "2.0.5@sha256:bf5315a2b2398f05c07af79ac7129b94bfe9ebc261b58105070a51420ff537ab"
ports:
- "9091:9091/tcp"
- "9091:9091/udp"
Expand Down

0 comments on commit b803ccd

Please sign in to comment.