Skip to content

Commit 801e2fc

Browse files
Update .dappnode_profile for Core v0.2.86 (#607)
* Update .dappnode_profile for Core v0.2.86 i have nodes broken from this update that i cant do anything to fix, i need to reinstall via cli but cant run the update script since it just rolls me back to things that dont work anymore. cant edit the update script without releasing a new main version in this repo with the currrent core versions. that updates the links that it installs from. currently any new installs are 2 core versions behind and 4 core component packages some multiple versions behind. important versions too. * Update Dockerfile Fix ISO installer --------- Co-authored-by: 3alpha <lg@shardlabs.io>
1 parent 0eb8e4b commit 801e2fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.dappnode_profile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
export BIND_VERSION="${BIND_VERSION:-0.2.7}"
4-
export IPFS_VERSION="${IPFS_VERSION:-0.2.21}"
3+
export BIND_VERSION="${BIND_VERSION:-0.2.9}"
4+
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
55
export VPN_VERSION="${VPN_VERSION:-0.2.8}"
6-
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.79}"
7-
export WIFI_VERSION="${WIFI_VERSION:-0.2.8}"
6+
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.81}"
7+
export WIFI_VERSION="${WIFI_VERSION:-0.2.9}"
88
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.2}"
99
export HTTPS_VERSION="${HTTPS:-0.2.1}"
1010

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RUN apk update && \
77

88
#RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util
99

10-
RUN addgroup -g 2999 docker
10+
# RUN addgroup -g 2999 docker
1111

1212
# Create app directory
1313
WORKDIR /usr/src/app
1414
COPY . .
1515

16-
CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]
16+
CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]

0 commit comments

Comments
 (0)