From 926429ba81550afe97103d4d7996cb5f2702fce9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= <bojan@cekrlic.com>
Date: Thu, 16 Jan 2025 23:06:41 +0100
Subject: [PATCH] Upd: Move to newer distributions

---
 .github/workflows/master.yml | 2 +-
 .github/workflows/tags.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 5ccc5a0..6196e8c 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -141,7 +141,7 @@ jobs:
           cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
           cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
           build-args: |
-            BASE_IMAGE=ubuntu:jammy
+            BASE_IMAGE=ubuntu:noble
 
       - name: Move cache
         run: |
diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml
index b4b512e..f042c48 100644
--- a/.github/workflows/tags.yml
+++ b/.github/workflows/tags.yml
@@ -153,7 +153,7 @@ jobs:
           cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
           cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
           build-args: |
-            BASE_IMAGE=ubuntu:jammy
+            BASE_IMAGE=ubuntu:noble
 
       - name: Move cache
         run: |