From d1e0683563f83ecafec49a8a7e0ac2d0944d2d59 Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Mon, 25 Jul 2022 19:41:50 +0200 Subject: [PATCH] base: Update AlmaLinux base image to 20220706 Signed-off-by: Timo Reichl --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 03248c4..e4b435f 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9.0-minimal-20220527 +FROM almalinux:9.0-minimal-20220706 # Build arguments ARG TINI_VERSION=v0.19.0