From 17f4b387e59ea76f3bdde86bb500fc05f15fb1bf Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Tue, 26 Apr 2022 03:42:23 +0300
Subject: [PATCH] packer: change image to ubuntu-22.04

---
 packer/archlinux.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/archlinux.json b/packer/archlinux.json
index 06c8eaf36..8f8f689e3 100644
--- a/packer/archlinux.json
+++ b/packer/archlinux.json
@@ -10,7 +10,7 @@
             "custom_image": "archlinux"
         },
         "token": "{{ user `hetzner_cloud_api_key` }}",
-        "image": "ubuntu-20.04",
+        "image": "ubuntu-22.04",
         "server_type": "cx11",
         "ssh_username": "root",
         "location": "fsn1",
-- 
GitLab