Skip to content

Commit f8ab2de

Browse files
Update amazonlinux Docker tag to v2023.6.20241111.0
1 parent cac18a5 commit f8ab2de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Azure.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazonlinux:2023.2.20231113.0 AS nginx-moduler
1+
FROM amazonlinux:2023.6.20241111.0 AS nginx-moduler
22
ARG NGINX_VERSION=1.25.3
33
ARG PHP_VERSION=PHP8.29
44
ARG TARGETARCH
@@ -83,7 +83,7 @@ RUN wget --no-check-certificate https://dl.cacerts.digicert.com/DigiCertGlobalRo
8383
RUN chmod 600 /usr/src/rhymix/DigiCertGlobalRootCA.crt.pem
8484
COPY Dockerfile-Extras/Exteranl-DB/DB.php /usr/src/rhymix/common/framework/DB.php
8585

86-
FROM amazonlinux:2023.2.20231113.0 AS final
86+
FROM amazonlinux:2023.6.20241111.0 AS final
8787

8888
ARG NGINX_VERSION=1.25.3
8989
ARG PHP_VERSION=PHP8.29

0 commit comments

Comments
 (0)