File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,18 +75,18 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
75
75
org.opencontainers.image.licenses="GPL-2.0" \
76
76
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
77
77
org.opencontainers.image.vendor="MariaDB Community" \
78
- org.opencontainers.image.version="12.0 .0" \
78
+ org.opencontainers.image.version="12.1 .0" \
79
79
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
80
80
81
81
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82
- ARG MARIADB_VERSION=1:12.0 .0+maria~ubu2404
82
+ ARG MARIADB_VERSION=1:12.1 .0+maria~ubu2404
83
83
ENV MARIADB_VERSION $MARIADB_VERSION
84
84
# release-status:Alpha
85
85
# release-support-type:Unknown
86
86
# (https://downloads.mariadb.org/rest-api/mariadb/)
87
87
88
88
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
89
- ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.0 .0/repo/ubuntu/ noble main main/debug"
89
+ ARG REPOSITORY="http://archive.mariadb.org/mariadb-12.1 .0/repo/ubuntu/ noble main main/debug"
90
90
91
91
RUN set -e;\
92
92
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ docker_create_db_directories() {
225
225
}
226
226
227
227
_mariadb_version () {
228
- echo -n " 12.0 .0-MariaDB"
228
+ echo -n " 12.1 .0-MariaDB"
229
229
}
230
230
231
231
# initializes the database directory
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -Eeuo pipefail
5
5
#
6
6
7
7
development_version=main
8
- development_version_real=11.8
8
+ development_version_real=12.1
9
9
10
10
defaultSuite=' noble'
11
11
declare -A suites=(
You can’t perform that action at this time.
0 commit comments