mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Update Vagrant to latest Ubuntu LTS
This commit is contained in:
parent
9b00bd0169
commit
c0dd7ed51f
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -1,7 +1,7 @@
|
||||||
VAGRANTFILE_API_VERSION = '2'
|
VAGRANTFILE_API_VERSION = '2'
|
||||||
|
|
||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
config.vm.box = 'ubuntu/bionic64'
|
config.vm.box = 'ubuntu/jammy64'
|
||||||
config.vm.provision :shell, path: './vagrant/development.sh'
|
config.vm.provision :shell, path: './vagrant/development.sh'
|
||||||
config.vm.network :forwarded_port, guest: 9292, host: 9292
|
config.vm.network :forwarded_port, guest: 9292, host: 9292
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue