File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
81
81
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
82
82
ARG MARIADB_VERSION=1:11.4.1+maria~ubu2204
83
83
ENV MARIADB_VERSION $MARIADB_VERSION
84
- # release-status:Alpha
84
+ # release-status:RC
85
85
# release-support-type:Short Term Support
86
86
# (https://downloads.mariadb.org/rest-api/mariadb/)
87
87
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {
25
25
26
26
source ' .architectures-lib'
27
27
28
- GLOBIGNORE=examples/:.* /:test/:11.4 /
28
+ GLOBIGNORE=examples/:.* /:test/:11.5 /
29
29
versions=( * / )
30
30
versions=( " ${versions[@]%/ } " )
31
31
Original file line number Diff line number Diff line change 3
3
"milestone" : " 11.4" ,
4
4
"version" : " 11.4.1" ,
5
5
"fullVersion" : " 1:11.4.1+maria~ubu2204" ,
6
- "releaseStatus" : " Alpha " ,
6
+ "releaseStatus" : " RC " ,
7
7
"supportType" : " Short Term Support" ,
8
8
"base" : " ubuntu:jammy" ,
9
9
"arches" : [
You can’t perform that action at this time.
0 commit comments