switch how we pin to fix our web interface version

This commit is contained in:
diginc 2017-02-01 16:37:53 -06:00
parent c12c1a1c10
commit d950e8b47c
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ elif [[ "$IMAGE" == 'alpine' ]] ; then
fi
git clone "${piholeGitUrl}" "${PI_HOLE_LOCAL_REPO}"
pushd "${PI_HOLE_LOCAL_REPO}"; git checkout "${CORE_TAG}"; popd;
pushd "${PI_HOLE_LOCAL_REPO}"; git reset --hard "${CORE_TAG}"; popd;
git clone "${webInterfaceGitUrl}" "${webInterfaceDir}"
pushd "${webInterfaceDir}"; git checkout "${WEB_TAG}"; popd;
pushd "${webInterfaceDir}"; git reset --hard "${WEB_TAG}"; popd;
export PIHOLE_INTERFACE=eth0
export IPV4_ADDRESS=0.0.0.0