From 2821f28866a242920c177815df35fc5ea2f34da2 Mon Sep 17 00:00:00 2001 From: David Myers Date: Sun, 27 Sep 2020 06:54:48 -0400 Subject: [PATCH] Move Lightsail to Ubuntu 20.04 (#1873) --- config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cfg b/config.cfg index 1be29c8..758d27e 100644 --- a/config.cfg +++ b/config.cfg @@ -179,8 +179,8 @@ cloud_providers: image: ubuntu-2004-lts external_static_ip: false lightsail: - size: nano_1_0 - image: ubuntu_18_04 + size: nano_2_0 + image: ubuntu_20_04 scaleway: size: DEV1-S image: Ubuntu 20.04 Focal Fossa