Skip to content

Commit 171a48f

Browse files
build(app): bump app to latest
1 parent 17c829f commit 171a48f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

mariadb/11.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN mkdir /docker-entrypoint-initdb.d
6969
ENV 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
7373
ENV 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

mariadb/11.8/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

mariadb/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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",

0 commit comments

Comments
 (0)