We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058c847 commit c7a303eCopy full SHA for c7a303e
Vagrantfile
@@ -67,6 +67,8 @@ Vagrant.configure('2') do |config|
67
]
68
end
69
70
+ config.vbguest.auto_update = false
71
+
72
config.vm.define :master do |machine|
73
machine.vm.box = 'ubuntu/jammy64'
74
machine.vm.box_version = '=20221018.0.0 '
0 commit comments