feat(mariadb): Update version to 11.4.5-r0
This commit is contained in:
parent
c415496f00
commit
08c2608102
@ -2,6 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="RiderProjectSettingsUpdater">
|
<component name="RiderProjectSettingsUpdater">
|
||||||
<option name="singleClickDiffPreview" value="1" />
|
<option name="singleClickDiffPreview" value="1" />
|
||||||
|
<option name="unhandledExceptionsIgnoreList" value="1" />
|
||||||
<option name="vcsConfiguration" value="3" />
|
<option name="vcsConfiguration" value="3" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# build arguments
|
# build arguments
|
||||||
ARG ALPINE_VERSION="3.21"
|
ARG ALPINE_VERSION="3.21"
|
||||||
ARG MARIADB_VERSION="11.4.4-r1"
|
ARG MARIADB_VERSION="11.4.5-r0"
|
||||||
|
|
||||||
FROM alpine:${ALPINE_VERSION}
|
FROM alpine:${ALPINE_VERSION}
|
||||||
ARG ALPINE_VERSION
|
ARG ALPINE_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user