diff --git a/scripts/devenv-builder/configure-vm.sh b/scripts/devenv-builder/configure-vm.sh index d0cc40138f..8665afa0f3 100755 --- a/scripts/devenv-builder/configure-vm.sh +++ b/scripts/devenv-builder/configure-vm.sh @@ -92,7 +92,7 @@ if ${BUILD_AND_RUN}; then # Build MicroShift # https://github.com/openshift/microshift/blob/main/docs/devenv_setup.md#build-microshift if [ ! -e ~/microshift ]; then - git clone https://github.com/openshift/microshift.git ~/microshift + git clone https://github.com/openshift/microshift.git -b release-4.13 ~/microshift fi cd ~/microshift