We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0c5a1 commit 1b5884eCopy full SHA for 1b5884e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 11.4-3.2.20 2025-05-22 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - MariaDB 11.4.7
5
6
7
## 11.4-4.2.19 2025-05-08 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG MARIADB_VERSION
ARG MYSQLTUNER_VERSION
10
-ENV MARIADB_VERSION=${MARIADB_VERSION:-"11.4.6"} \
+ENV MARIADB_VERSION=${MARIADB_VERSION:-"11.4.7"} \
11
MYSQLTUNER_VERSION=${MYSQLTUNER_VERSION:-"v2.6.0"} \
12
MARIADB_REPO_URL=https://github.com/MariaDB/server \
13
MYSQLTUNER_REPO_URL=https://github.com/major/MySQLTuner-perl \
0 commit comments