Skip to content

Commit

Permalink
Use ubuntu 24.04 as default image for docker provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pentatonicfunk committed Oct 20, 2024
1 parent c705505 commit e85f98a
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 @@ -480,7 +480,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

# Docker use image.
config.vm.provider :docker do |d, override|
d.image = 'pentatonicfunk/vagrant-ubuntu-base-images:20.04'
d.image = 'pentatonicfunk/vagrant-ubuntu-base-images:24.04'
d.has_ssh = true
d.ports = [ "80:80" ] # HTTP
d.ports += [ "443:443" ] # HTTPS
Expand Down

0 comments on commit e85f98a

Please sign in to comment.