From f29fc3f147c8a1712ff14e0ea647b923f1ab51f1 Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 30 Nov 2021 16:07:49 +0000 Subject: [PATCH] bump ethersphere/bee to v1.4.1-rc1 --- 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 9536f8b..7ee67f3 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "bee.dnp.dappnode.eth", "version": "0.1.5", - "upstreamVersion": "v1.3.0", + "upstreamVersion": "v1.4.1-rc1", "shortDescription": "Storage and communication infrastructure for a sovereign digital society", "description": "[Swarm](https://swarm.ethereum.org/) is a distributed storage platform and content distribution service, a native base layer service of the ethereum web3 stack. The primary objective of Swarm is to provide a decentralized and redundant store for dapp code and data as well as block chain and state data. Swarm is also set out to provide various base layer services for web3, including node-to-node messaging, media streaming, decentralized database services and scalable state-channel infrastructure for decentralized service economies. \n\n\n Learn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).", "type": "library", diff --git a/docker-compose.yml b/docker-compose.yml index c532e52..30b2262 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: v1.3.0 + UPSTREAM_VERSION: v1.4.1-rc1 ports: - "1634:1634" volumes: