From 8a66df90dc7a523bed2c6cb86171c6fc4884e908 Mon Sep 17 00:00:00 2001 From: hairmare <116588+hairmare@users.noreply.github.com> Date: Mon, 6 May 2024 19:31:21 +0200 Subject: [PATCH] feat: Update AlmaLinux from 9.3-20240410 to 9.4-20240506 (#93) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2da4542..f2c3c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/almalinux/9-minimal:9.3-20240410 +FROM ghcr.io/almalinux/9-minimal:9.4-20240506 LABEL maintainer="Radio Bern RaBe"