From cb2eb01427966e19f7c2289b1aa00cfc164d0a90 Mon Sep 17 00:00:00 2001 From: Voss Date: Thu, 18 Jan 2024 00:12:31 -0600 Subject: [PATCH 1/2] 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. important versions too. --- .dappnode_profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.dappnode_profile b/.dappnode_profile index d2ab911a..8a052b5d 100755 --- a/.dappnode_profile +++ b/.dappnode_profile @@ -1,10 +1,10 @@ #!/bin/bash -export BIND_VERSION="${BIND_VERSION:-0.2.7}" -export IPFS_VERSION="${IPFS_VERSION:-0.2.21}" +export BIND_VERSION="${BIND_VERSION:-0.2.9}" +export IPFS_VERSION="${IPFS_VERSION:-0.2.22}" export VPN_VERSION="${VPN_VERSION:-0.2.8}" -export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.79}" -export WIFI_VERSION="${WIFI_VERSION:-0.2.8}" +export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.81}" +export WIFI_VERSION="${WIFI_VERSION:-0.2.9}" export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.2}" export HTTPS_VERSION="${HTTPS:-0.2.1}" From 162c52416e624a34eae516920c66d97ac6252c33 Mon Sep 17 00:00:00 2001 From: 3alpha Date: Thu, 18 Jan 2024 21:02:11 -0300 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d417ee7e..a7784e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ RUN apk update && \ #RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util -RUN addgroup -g 2999 docker +# RUN addgroup -g 2999 docker # Create app directory WORKDIR /usr/src/app COPY . . -CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"] \ No newline at end of file +CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]