Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .dappnode_profile for Core v0.2.86 #607

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .dappnode_profile
Original file line number Diff line number Diff line change
@@ -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}"

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"]