Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
changed: upgrade Vagrant setup to Ubuntu 20.04 LTS (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra authored Feb 26, 2021
1 parent 3c71b0d commit 803a39d
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 @@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/focal64"
config.vm.network :forwarded_port, host: 8085, guest: 8085
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "2024", "--cpus", 4]
Expand Down

0 comments on commit 803a39d

Please sign in to comment.