Skip to content

Commit

Permalink
Make sure we're using the right distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Nov 23, 2023
1 parent 2a29811 commit f43cc53
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 @@ -8,7 +8,7 @@ SCRIPT

Vagrant.configure('2') do |config|
config.vm.provider 'docker' do |d|
d.image = 'ghcr.io/moritzheiber/vagrant:lunar'
d.image = 'ghcr.io/moritzheiber/vagrant:mantic'
d.has_ssh = true
end

Expand Down

0 comments on commit f43cc53

Please sign in to comment.