diff --git a/bee/Dockerfile b/bee/Dockerfile index f8542f2..323790f 100644 --- a/bee/Dockerfile +++ b/bee/Dockerfile @@ -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; \ @@ -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 diff --git a/dappnode_package.json b/dappnode_package.json index cd61b41..9cccea7 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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/).", diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile index e7fcf25..9282ef2 100644 --- a/dashboard/Dockerfile +++ b/dashboard/Dockerfile @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index bbaf40e..471c096 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -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 diff --git a/releases.json b/releases.json index b5d0b7b..3bcb2a1 100644 --- a/releases.json +++ b/releases.json @@ -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" } }