We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac18a5 commit f8ab2deCopy full SHA for f8ab2de
1 file changed
Azure.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazonlinux:2023.2.20231113.0 AS nginx-moduler
+FROM amazonlinux:2023.6.20241111.0 AS nginx-moduler
2
ARG NGINX_VERSION=1.25.3
3
ARG PHP_VERSION=PHP8.29
4
ARG TARGETARCH
@@ -83,7 +83,7 @@ RUN wget --no-check-certificate https://dl.cacerts.digicert.com/DigiCertGlobalRo
83
RUN chmod 600 /usr/src/rhymix/DigiCertGlobalRootCA.crt.pem
84
COPY Dockerfile-Extras/Exteranl-DB/DB.php /usr/src/rhymix/common/framework/DB.php
85
86
-FROM amazonlinux:2023.2.20231113.0 AS final
+FROM amazonlinux:2023.6.20241111.0 AS final
87
88
89
0 commit comments