Skip to content

Commit

Permalink
Downgrade base box version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 23, 2024
1 parent 4ac47a4 commit 5fa48c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Vagrant.configure("2") do |config|
# However, it does not build: https://github.com/precice/vm/issues/83
# config.vm.box = "generic/ubuntu2004"
config.vm.box = "bento/ubuntu-20.04"
config.vm.box_version = "202401.31.0"

# We don't want the box to automatically update every time it starts.
# We can instead handle updates internally, without destroying the machine.
Expand Down

0 comments on commit 5fa48c7

Please sign in to comment.