feat(dockerfile): Update mariadb to 11.8.8

This commit is contained in:
2026-09-12 22:51:52 -06:00
parent 8d3102509f
commit 99e7f8fef7
+1 -1
View File
@@ -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