From e00c8a122ad370c80348476036946865b5cf3887 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:35:02 +0000 Subject: [PATCH] chore(deps): update almalinux docker tag to v9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7019429..2d45865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:8 +FROM almalinux:9 RUN dnf -y install epel-release && \ dnf -y install dnf-plugins-core && \