upgraded mariadb

This commit is contained in:
2024-12-23 14:27:01 +01:00
parent 8976930c8a
commit d95e88ea94
5 changed files with 86 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM centos:7
FROM almalinux:9
COPY repo /etc/yum.repos.d/MariaDB.repo
RUN yum update -y
RUN yum install MariaDB-server MariaDB-client -y