From c0e06b43e246a3a35fd62619bdeead6433bd79a8 Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:21:10 +0200 Subject: [PATCH] fix: build alertmanger on 22.04 (#15) --- 0.25.0/rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.25.0/rockcraft.yaml b/0.25.0/rockcraft.yaml index 38c4177..63f20fb 100644 --- a/0.25.0/rockcraft.yaml +++ b/0.25.0/rockcraft.yaml @@ -2,7 +2,7 @@ name: alertmanager summary: Prometheus alertmanager in a ROCK. description: Alertmanager handles alerts sent by client applications such as the Prometheus server. version: "0.25.0" -base: ubuntu:20.04 +base: ubuntu:22.04 license: Apache-2.0 # Replicate the tree structure of the original image # https://github.com/prometheus/alertmanager/blob/main/Dockerfile