Skip to content

Commit 989c37c

Browse files
committed
bump vagrantfile ubuntu version
1 parent 4fba553 commit 989c37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
99

1010
# Virtualbox, for all instances
1111
config.vm.provider "virtualbox" do |vb, override|
12-
override.vm.box = "ubuntu/trusty64"
12+
override.vm.box = "ubuntu/bionic64"
1313
vb.memory = "1024" # in MB
1414

1515
override.vm.network "private_network", type: "dhcp"

0 commit comments

Comments
 (0)