Adding support for PHP 8.4 and upgrading MariaDB to 11.4.5
All checks were successful
Cloud Apache Container / Build-and-Push (push) Successful in 47s

This commit is contained in:
2025-03-16 10:43:16 -07:00
parent 8a7490ef98
commit 4fd7ee465a
4 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM almalinux/9-base
ARG PHPVER=81
ARG PHPVER=83
RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y
RUN dnf install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm
RUN dnf update -y && dnf upgrade -y