Skip to content

Commit

Permalink
Upstream bump to bee v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rampall committed Dec 19, 2024
1 parent fc775d1 commit 040be2f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bee/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
##############
# Base image #
# Base image #
##############

FROM debian:11-slim as base

ARG TARGETARCH
ARG UPSTREAM_VERSION

# Get bee v2.3.1
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.0",
"upstreamVersion": "v2.3.0",
"version": "2.3.1",
"upstreamVersion": "v2.3.1",
"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
1 change: 1 addition & 0 deletions dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV REACT_APP_BEE_HOST=http://bee.swarm.public.dappnode:1633
ENV REACT_APP_BEE_DEBUG_HOST=http://bee.swarm.public.dappnode:1635
ENV REACT_APP_DEFAULT_RPC_URL=http://nethermind-xdai.dappnode:8545

# get bee dashboard v0.30.0
RUN apk add git build-base python3 && \
git clone --depth 1 https://github.com/ethersphere/bee-dashboard.git . && \
npm uninstall puppeteer && \
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.0
image: bee.swarm.public.dappnode.eth:2.3.1
build:
context: bee
args:
UPSTREAM_VERSION: v2.3.0
UPSTREAM_VERSION: v2.3.1
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.0
image: dashboard.swarm.public.dappnode.eth:2.3.1
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 @@ -28,5 +28,12 @@
"uploadedTo": {
"dappnode": "Tue, 08 Oct 2024 15:26:27 GMT"
}
},
"2.3.1": {
"hash": "/ipfs/QmdxaYnHMRkJoC79i1dbvcqQhRC2z4RnAC3748Jy226iSs",
"uploadedTo": {
"dappnode": "Thu, 19 Dec 2024 14:30:15 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=swarm.public.dappnode.eth&v=2.3.1&h=%2Fipfs%2FQmdxaYnHMRkJoC79i1dbvcqQhRC2z4RnAC3748Jy226iSs"
}
}

0 comments on commit 040be2f

Please sign in to comment.