From 43f462409043d5431b9ab438695fab25514ba872 Mon Sep 17 00:00:00 2001 From: Mircea Purluca Date: Mon, 8 Sep 2025 11:34:57 +0100 Subject: [PATCH 1/2] upgraded base to latest almalinux 10.0 --- .gitignore | 5 ++++- Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2eea525..07cf905 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.env \ No newline at end of file +.env + +.idea +*.iml diff --git a/Dockerfile b/Dockerfile index 2965723..54e88c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ ARG KAI_VERSION # Since KAI_VERSION is used for a FROM later; must be declared before first FROM (of any image) FROM gcr.io/singlestore-public/internal-mongoproxy:v$KAI_VERSION AS kai -FROM almalinux:8.6-20220901 AS base +FROM almalinux:10.0-20250825 AS base -ARG SECURITY_UPDATES_AS_OF=2022-09-30 +ARG SECURITY_UPDATES_AS_OF=2022-08-25 RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux From 85fae3467891598a538bcc1c76b767ee5163cd68 Mon Sep 17 00:00:00 2001 From: Mircea <137275826+mircea-purluca@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:37:41 +0100 Subject: [PATCH 2/2] Updated security updates as of --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54e88c6..1ce913c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG KAI_VERSION # Since KAI_VERSION is used for a FROM later; must be declared b FROM gcr.io/singlestore-public/internal-mongoproxy:v$KAI_VERSION AS kai FROM almalinux:10.0-20250825 AS base -ARG SECURITY_UPDATES_AS_OF=2022-08-25 +ARG SECURITY_UPDATES_AS_OF=2025-08-25 RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux