1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-28 05:17:58 +00:00

Merge pull request #582 from Amitie10g/patch-2

Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa)
This commit is contained in:
Travis Rowland
2021-05-05 14:32:58 -07:00
committed by GitHub

4
Vagrantfile vendored
View File

@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for # Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search. # boxes at https://atlas.hashicorp.com/search.
config.vm.box = "ubuntu/bionic64" config.vm.box = "ubuntu/focal64"
config.disksize.size = '50GB' config.disksize.size = '50GB'
# Disable automatic box update checking. If you disable this, then # Disable automatic box update checking. If you disable this, then
@@ -72,4 +72,4 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell, config.vm.provision :shell,
path: "vagrant-libs/bootstrap.sh" path: "vagrant-libs/bootstrap.sh"
end end