File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN mkdir /docker-entrypoint-initdb.d
6969ENV LANG C.UTF-8
7070
7171# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
72- ARG MARIADB_VERSION=1:11.8.3 +maria~deb13
72+ ARG MARIADB_VERSION=1:11.8.4 +maria~deb13
7373ENV MARIADB_VERSION $MARIADB_VERSION
7474# release-status:Stable
7575# release-support-type:Long Term Support
@@ -91,7 +91,7 @@ RUN set -ex; \
9191 export PYTHONDONTWRITEBYTECODE=1; \
9292 \
9393 dpkgArch="$(dpkg --print-architecture)" ; \
94- aptRepo="[ signed-by=/etc/apt/trusted.gpg.d/mariadb.gpg ] http://archive.mariadb.org/mariadb-11.8.3 /repo/debian/ trixie main main/debug" ; \
94+ aptRepo="[ signed-by=/etc/apt/trusted.gpg.d/mariadb.gpg ] http://archive.mariadb.org/mariadb-11.8.4 /repo/debian/ trixie main main/debug" ; \
9595 case "$dpkgArch" in \
9696 amd64 | arm64 | ppc64el | s390x) \
9797# arches officialy built by upstream
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ docker_create_db_directories() {
225225}
226226
227227_mariadb_version () {
228- echo -n " 11.8.3 -MariaDB"
228+ echo -n " 11.8.4 -MariaDB"
229229}
230230
231231# initializes the database directory
Original file line number Diff line number Diff line change 2929 },
3030 "11.8" : {
3131 "milestone" : " 11.8" ,
32- "version" : " 11.8.3 " ,
33- "fullVersion" : " 1:11.8.3 +maria~deb13" ,
32+ "version" : " 11.8.4 " ,
33+ "fullVersion" : " 1:11.8.4 +maria~deb13" ,
3434 "releaseStatus" : " Stable" ,
3535 "supportType" : " Long Term Support" ,
3636 "base" : " ubuntu:trixie" ,
You can’t perform that action at this time.
0 commit comments