From 1454040e9372affc9abff61945275017bb8649b0 Mon Sep 17 00:00:00 2001 From: Ramesh Pallikara Date: Wed, 5 Jun 2024 10:18:15 +0300 Subject: [PATCH] bump ethersphere/bee to v2.1.0 --- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index b0fffca..ec72d9c 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "swarm.public.dappnode.eth", "version": "1.0.23", - "upstreamVersion": "v1.18.2", + "upstreamVersion": "v2.1.0", "upstreamRepo": "ethersphere/bee", "upstreamArg": "UPSTREAM_VERSION", "description": "[Swarm](https://www.ethswarm.org/) is an **incentivised**, decentralised data storage and distribution technology. With *research driven development*, Swarm achieves alignment between node operators and content publishers, ushering in the next generation of censorship-resistant, unstoppable, serverless dapps.\n\n\nLearn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).", diff --git a/docker-compose.yml b/docker-compose.yml index 30dfda6..7733a05 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: bee args: - UPSTREAM_VERSION: v1.18.2 + UPSTREAM_VERSION: v2.1.0 ports: - "1634:1634" volumes: