Skip to content

Commit

Permalink
- bump upstream bee to v2.3.1
Browse files Browse the repository at this point in the history
- remove debug api ports
  • Loading branch information
rampall committed Jan 9, 2025
1 parent 51d29ad commit ebc9a4f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.1
# Get bee v2.3.2
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 All @@ -33,7 +33,7 @@ COPY entrypoint.sh /usr/local/bin
RUN chmod +x /usr/local/bin/bee && \
chmod +x /usr/local/bin/entrypoint.sh

EXPOSE 1633 1634 1635
EXPOSE 1633 1634
USER bee
WORKDIR /home/bee
VOLUME /home/bee/.bee
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.1",
"upstreamVersion": "v2.3.1",
"version": "2.3.2",
"upstreamVersion": "v2.3.2",
"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: 0 additions & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM node:alpine AS build
WORKDIR /usr/src/app

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
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.1
image: bee.swarm.public.dappnode.eth:2.3.2
build:
context: bee
args:
UPSTREAM_VERSION: v2.3.1
UPSTREAM_VERSION: v2.3.2
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.1
image: dashboard.swarm.public.dappnode.eth:2.3.2
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 @@ -35,5 +35,12 @@
"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"
},
"2.3.2": {
"hash": "/ipfs/QmPBiccyKwR9gjE8MRD5rgGqYHGABcuJfEgPFydQCkwixu",
"uploadedTo": {
"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"
}
}

0 comments on commit ebc9a4f

Please sign in to comment.