From 304938e98fa864b45cd38e915c1e79909028f2cb Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 31 Dec 2024 15:18:24 -0500 Subject: [PATCH] drone: upgrade ubuntu builder to noble:2024-12-31a --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8a866a400..a94883d7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,11 +54,11 @@ steps: --- kind: pipeline type: docker -name: ubuntu-jellyfish +name: ubuntu-noble steps: - name: ubuntu-build - image: dankamongmen/impish:2024-12-31a + image: dankamongmen/noble:2024-12-31a commands: - export LANG=es_ES.UTF-8 - export TERM=xterm