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