diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 1f0b129f00851cfae504fc347b17adfdde7ffb3f..c4de33cfb9e4e50bfd9132536b6b44f3ed0262f5 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -22,7 +22,7 @@ pushd "$DIR/.."
 
 rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
-hab pkg install -b core/coreutils core/bash core/node core/git core/aws-cli core/python2
+hab pkg install -b core/coreutils core/bash core/node10 core/git core/aws-cli core/python2
 
 npm ci --verbose --no-progress
 npm rebuild node-sass # HACK sometimes node-sass build fails