From 2e4f250db011ed71812f78e762540c310b369dcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 03:43:40 +0000 Subject: [PATCH] Update amazonlinux Docker tag to v2023.10.20260105.0 --- Azure.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Azure.Dockerfile b/Azure.Dockerfile index 21eb29a..a2629b1 100644 --- a/Azure.Dockerfile +++ b/Azure.Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2023.2.20231113.0 AS nginx-moduler +FROM amazonlinux:2023.10.20260105.0 AS nginx-moduler ARG NGINX_VERSION=1.25.3 ARG PHP_VERSION=PHP8.29 ARG TARGETARCH @@ -83,7 +83,7 @@ RUN wget --no-check-certificate https://dl.cacerts.digicert.com/DigiCertGlobalRo RUN chmod 600 /usr/src/rhymix/DigiCertGlobalRootCA.crt.pem COPY Dockerfile-Extras/Exteranl-DB/DB.php /usr/src/rhymix/common/framework/DB.php -FROM amazonlinux:2023.2.20231113.0 AS final +FROM amazonlinux:2023.10.20260105.0 AS final ARG NGINX_VERSION=1.25.3 ARG PHP_VERSION=PHP8.29