Skip to content

Commit

Permalink
Update .dappnode_profile to core release v0.2.87
Browse files Browse the repository at this point in the history
bump versions of core packages to match core v0.2.87 versions,

Bind from 0.2.9 to 0.2.10
OpenVPN from 0.2.8 to 0.2.10
  • Loading branch information
alexpeterson91 authored Jan 23, 2024
1 parent 801e2fc commit cbc845c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.9}"
export BIND_VERSION="${BIND_VERSION:-0.2.10}"
export IPFS_VERSION="${IPFS_VERSION:-0.2.22}"
export VPN_VERSION="${VPN_VERSION:-0.2.8}"
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.2}"
export WIREGUARD_VERSION="${WIREGUARD_VERSION:-0.1.3}"
export HTTPS_VERSION="${HTTPS:-0.2.1}"

export DAPPNODE_DIR="/usr/src/dappnode"
Expand Down

0 comments on commit cbc845c

Please sign in to comment.