Skip to content

Commit

Permalink
Merge branch 'master' into 3alpha/migrate-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Feb 16, 2024
2 parents 0f23178 + 8b02817 commit 726aeae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .dappnode_profile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

export BIND_VERSION="${BIND_VERSION:-0.2.7}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.21}"
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 WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.2}"
export BIND_VERSION="${BIND_VERSION:-0.2.10}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
export VPN_VERSION="${VPN_VERSION:-0.2.10}"
export DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.81}"
export WIFI_VERSION="${WIFI_VERSION:-0.2.9}"
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.3}"
export HTTPS_VERSION="${HTTPS:-0.2.1}"

export DAPPNODE_DIR="/usr/src/dappnode"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
CMD ["/usr/src/app/iso/scripts/generate_ISO.sh"]

0 comments on commit 726aeae

Please sign in to comment.