Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgillam authored Jun 23, 2021
1 parent cafeeb6 commit 620853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
samuraiwtf.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
vb.gui = true
vb.name = "SamuraiWTF-5.0"
vb.name = "SamuraiWTF-5.1"

# Customize the amount of memory on the VM:
vb.memory = "4096"
Expand Down

0 comments on commit 620853f

Please sign in to comment.