11.0.1 properly

This commit is contained in:
Daniel Black 2023-02-23 19:11:19 +11:00
parent afd4731208
commit f7cd1ff5cb
2 changed files with 5 additions and 5 deletions

View File

@ -75,17 +75,17 @@ LABEL org.opencontainers.image.authors="MariaDB Community" \
org.opencontainers.image.licenses="GPL-2.0" \
org.opencontainers.image.source="https://github.com/MariaDB/mariadb-docker" \
org.opencontainers.image.vendor="MariaDB Community" \
org.opencontainers.image.version="11.0.0" \
org.opencontainers.image.version="11.0.1" \
org.opencontainers.image.url="https://github.com/MariaDB/mariadb-docker"
# bashbrew-architectures: amd64 arm64v8 ppc64le s390x
ARG MARIADB_VERSION=1:11.0.0+maria~ubu2204
ARG MARIADB_VERSION=1:11.0.1+maria~ubu2204
ENV MARIADB_VERSION $MARIADB_VERSION
# release-status:Alpha
# release-status:RC
# (https://downloads.mariadb.org/rest-api/mariadb/)
# Allowing overriding of REPOSITORY, a URL that includes suite and component for testing and Enterprise Versions
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.0.0/repo/ubuntu/ jammy main"
ARG REPOSITORY="http://archive.mariadb.org/mariadb-11.0.1/repo/ubuntu/ jammy main"
RUN set -e;\
echo "deb ${REPOSITORY}" > /etc/apt/sources.list.d/mariadb.list; \

View File

@ -128,7 +128,7 @@ all()
done
}
development_version=11.0
development_version=11.1
in_development()
{