From 08c26081024025c6d9b25e7b1acdab57ec7d5a5e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 17 May 2025 23:58:05 -0600 Subject: [PATCH] feat(mariadb): Update version to 11.4.5-r0 --- .idea/projectSettingsUpdater.xml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/projectSettingsUpdater.xml b/.idea/projectSettingsUpdater.xml index 64af657..ef20cb0 100644 --- a/.idea/projectSettingsUpdater.xml +++ b/.idea/projectSettingsUpdater.xml @@ -2,6 +2,7 @@ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 48c758e..a57c195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # build arguments ARG ALPINE_VERSION="3.21" -ARG MARIADB_VERSION="11.4.4-r1" +ARG MARIADB_VERSION="11.4.5-r0" FROM alpine:${ALPINE_VERSION} ARG ALPINE_VERSION