We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f07b24 commit 2922b95Copy full SHA for 2922b95
nodejs/Vagrantfile
@@ -4,7 +4,7 @@
4
VAGRANTFILE_API_VERSION = "2"
5
6
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
7
- config.vm.box = "geerlingguy/rockylinux8"
+ config.vm.box = "geerlingguy/rockylinux10"
8
config.vm.hostname = "nodejs.test"
9
config.vm.network "private_network", ip: "192.168.56.55"
10
config.ssh.insert_key = false
0 commit comments