Skip to content

Commit

Permalink
Merge pull request #612 from dappnode/voss/set-versions-to-latest-Cor…
Browse files Browse the repository at this point in the history
…e-v0.2.90

Update .dappnode_profile component versions to match Core v0.2.90 versions for building custom installers
  • Loading branch information
alexpeterson91 authored Feb 27, 2024
2 parents fb19ee5 + 3bab0f9 commit 6559db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dappnode_profile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

export BIND_VERSION="${BIND_VERSION:-0.2.10}"
export BIND_VERSION="${BIND_VERSION:-0.2.11}"
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 DAPPMANAGER_VERSION="${DAPPMANAGER_VERSION:-0.2.84}"
export WIFI_VERSION="${WIFI_VERSION:-0.2.9}"
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.3}"
export HTTPS_VERSION="${HTTPS:-0.2.1}"
Expand Down

0 comments on commit 6559db3

Please sign in to comment.