Skip to content

Commit

Permalink
- bump bee upstream to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rampall committed Jan 30, 2025
1 parent ebc9a4f commit a3750d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM debian:11-slim as base
ARG TARGETARCH
ARG UPSTREAM_VERSION

# Get bee v2.3.2
# Get bee v2.4.0
ENV DOWNLOAD_URL https://github.com/ethersphere/bee/releases/download

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates 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": "swarm.public.dappnode.eth",
"version": "2.3.2",
"upstreamVersion": "v2.3.2",
"version": "2.4.0",
"upstreamVersion": "v2.4.0",
"upstreamRepo": "ethersphere/bee",
"upstreamArg": "UPSTREAM_VERSION",
"description": "[Swarm](https://www.ethswarm.org/) is a decentralised data storage and distribution technology. Ready to power the next generation of censorship-resistant, unstoppable, serverless dapps.\n\n\nBy running a Swarm node on Dappnode, you help build a resilient, serverless web while **being rewarded with BZZ tokens** for your participation.\n\n\nLearn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.4"
services:
bee:
image: bee.swarm.public.dappnode.eth:2.3.2
image: bee.swarm.public.dappnode.eth:2.4.0
build:
context: bee
args:
UPSTREAM_VERSION: v2.3.2
UPSTREAM_VERSION: v2.4.0
ports:
- "1634:1634"
volumes:
Expand All @@ -27,7 +27,7 @@ services:
EXTRA_OPTS: ""
restart: unless-stopped
dashboard:
image: dashboard.swarm.public.dappnode.eth:2.3.2
image: dashboard.swarm.public.dappnode.eth:2.4.0
build:
context: dashboard
restart: unless-stopped
Expand Down
7 changes: 7 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,12 @@
"dappnode": "Thu, 09 Jan 2025 10:37:51 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=swarm.public.dappnode.eth&v=2.3.2&h=%2Fipfs%2FQmPBiccyKwR9gjE8MRD5rgGqYHGABcuJfEgPFydQCkwixu"
},
"2.4.0": {
"hash": "/ipfs/Qme9qPTz8inPPHA5U76dnHnaPF3ZMBqB49HQMbHkYJuPhh",
"uploadedTo": {
"dappnode": "Thu, 30 Jan 2025 00:23:04 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=swarm.public.dappnode.eth&v=2.4.0&h=%2Fipfs%2FQme9qPTz8inPPHA5U76dnHnaPF3ZMBqB49HQMbHkYJuPhh"
}
}

0 comments on commit a3750d5

Please sign in to comment.