Skip to content

Commit 2922b95

Browse files
committed
rockylinux10 update: nodejs
1 parent 3f07b24 commit 2922b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VAGRANTFILE_API_VERSION = "2"
55

66
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
7-
config.vm.box = "geerlingguy/rockylinux8"
7+
config.vm.box = "geerlingguy/rockylinux10"
88
config.vm.hostname = "nodejs.test"
99
config.vm.network "private_network", ip: "192.168.56.55"
1010
config.ssh.insert_key = false

0 commit comments

Comments
 (0)