From f7cd1ff5cbed9ae8ece4ee067b894bffafd29a14 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 23 Feb 2023 19:11:19 +1100 Subject: [PATCH] 11.0.1 properly --- 11.0/Dockerfile | 8 ++++---- update.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index e2a2236..d84d99e 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -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; \ diff --git a/update.sh b/update.sh index 0d3d09c..7c407ec 100755 --- a/update.sh +++ b/update.sh @@ -128,7 +128,7 @@ all() done } -development_version=11.0 +development_version=11.1 in_development() {