Skip to content

Commit 243aa46

Browse files
committed
Update deployments-balancer example to use Ubuntu 18.04.
1 parent 93c8bba commit 243aa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments-balancer/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Vagrant.configure("2") do |config|
55
# Base VM OS configuration.
6-
config.vm.box = "geerlingguy/ubuntu1404"
6+
config.vm.box = "geerlingguy/ubuntu1804"
77
config.vm.synced_folder '.', '/vagrant', disabled: true
88
config.ssh.insert_key = false
99

0 commit comments

Comments
 (0)