From 99e7f8fef779f25c918f0d5b244c436f9b8db411 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 12 Sep 2026 22:51:52 -0600 Subject: [PATCH] feat(dockerfile): Update mariadb to 11.8.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61a44aa..86a319d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # build arguments ARG ALPINE_VERSION="3.24" -ARG MARIADB_VERSION="11.4.12-r0" +ARG MARIADB_VERSION="11.8.8-r0" FROM alpine:${ALPINE_VERSION} ARG ALPINE_VERSION