Skip to content

Commit

Permalink
Switch to bento/ubuntu-20.04 v202309.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 23, 2024
1 parent a66d2b0 commit a2dd1a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Vagrant.configure("2") do |config|
# The generic/ images support virtualbox as well as libvirt and hyperv.
# This allows us to create performance oriented images for Linux (libvirt) and Windows (hyperv).
# 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"
# config.vm.box = "generic/ubuntu2004"
config.vm.box = "bento/ubuntu-20.04"
config.vm.box_version = "v202309.09.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 a2dd1a1

Please sign in to comment.