feat(mariadb): Update version to 11.4.5-r0

This commit is contained in:
Asif Bacchus 2025-05-17 23:58:05 -06:00
parent c415496f00
commit 08c2608102
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<project version="4">
<component name="RiderProjectSettingsUpdater">
<option name="singleClickDiffPreview" value="1" />
<option name="unhandledExceptionsIgnoreList" value="1" />
<option name="vcsConfiguration" value="3" />
</component>
</project>

View File

@ -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