summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2022-02-08 08:30:56 -0500
committerMicah Anderson <micah@riseup.net>2022-02-08 08:30:56 -0500
commitd9b2f97887292b92babad1990bd760c23e952416 (patch)
tree08f6c59a7aed84af538590d2bdbd2a669616c87b
parentf916b8c08f136e38bccf15840ff967756b8962d2 (diff)
Switch Vagrantfile to use bullseye image
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index fc6bf6f..ffd4fbe 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -1,6 +1,6 @@
Vagrant.configure(2) do |config|
- config.vm.box = "debian/buster64"
+ config.vm.box = "debian/bullseye64"
# Use the old insecure Vagrant SSH key for access.
config.ssh.insert_key = false