Compare commits

..

No commits in common. "e6eedf53853e2915f87357cfdef7ca12065f8863" and "c415496f007ef6a9e65bb259c9d84cefd596b03f" have entirely different histories.

4 changed files with 6 additions and 16 deletions

View File

@ -2,7 +2,6 @@
<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

@ -1,14 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
<inspection_tool class="BodyLimit" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="SubjectBodySeparation" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true">
<option name="RIGHT_MARGIN" value="50" />
</inspection_tool>
</profile>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>

View File

@ -2,7 +2,7 @@
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker (WSL)">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="docker.asifbacchus.dev/mariadb/ab-mariadb-alpine:11.4.5-r0" />
<option name="imageTag" value="docker.asifbacchus.dev/mariadb/ab-mariadb-alpine:11.4.4-r1" />
<option name="buildArgs">
<list>
<DockerEnvVarImpl>
@ -11,19 +11,19 @@
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="MARIADB_VERSION" />
<option name="value" value="11.4.5-r0" />
<option name="value" value="11.4.4-r1" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="INTERNAL_VERSION" />
<option name="value" value="2.3.1" />
<option name="value" value="2.3.0" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="GIT_COMMIT" />
<option name="value" value="08c2608102" />
<option name="value" value="8a6df0d489" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="BUILD_DATE" />
<option name="value" value="2025-05-18" />
<option name="value" value="2025-01-24" />
</DockerEnvVarImpl>
</list>
</option>

View File

@ -4,7 +4,7 @@
# build arguments
ARG ALPINE_VERSION="3.21"
ARG MARIADB_VERSION="11.4.5-r0"
ARG MARIADB_VERSION="11.4.4-r1"
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION