Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Aug 7, 2024
1 parent 7a54184 commit 8960917
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 @@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
config.vm.define "salt-master" do |s_config|
s_config.vm.provider "docker" do |docker, override|
docker.build_dir = "dockerfiles"
docker.dockerfile = "Dockerfile.noble"
docker.dockerfile = "Dockerfile.jammy"
end

s_config.vm.hostname = "salt-master.vagrant.psf.io"
Expand Down

0 comments on commit 8960917

Please sign in to comment.