From 356aa44adc079dc93d794d49e31d449c5b2ae4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:33:04 +0000 Subject: [PATCH 1/2] chore(deps): bump wodby/mariadb in /mariadb/10 Bumps wodby/mariadb from 10.11-3.26.4 to 10.11-3.26.5. --- updated-dependencies: - dependency-name: wodby/mariadb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mariadb/10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/10/Dockerfile b/mariadb/10/Dockerfile index fb9262c..51a9a76 100644 --- a/mariadb/10/Dockerfile +++ b/mariadb/10/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/wodby/mariadb:10.11-3.26.4 +FROM docker.io/wodby/mariadb:10.11-3.26.5 ARG BUILD_REV ARG BUILD_DATE From 8d6c9c8ee8c28377d6429631dbcd5528b321ecc3 Mon Sep 17 00:00:00 2001 From: "S. Ali Mihandoost" Date: Tue, 14 Nov 2023 14:47:20 +0330 Subject: [PATCH 2/2] feat(mariadb): release 10.11.6 Signed-off-by: S. Ali Mihandoost --- mariadb/10/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mariadb/10/Dockerfile b/mariadb/10/Dockerfile index 51a9a76..0d18d51 100644 --- a/mariadb/10/Dockerfile +++ b/mariadb/10/Dockerfile @@ -4,9 +4,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/mariadb" \ org.opencontainers.image.description="MariaDB was designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/wodby/mariadb:10.11-3.26.4" \ + org.opencontainers.image.base.name="docker.io/wodby/mariadb:10.11-3.26.5" \ org.opencontainers.image.version="10.11" \ - org.opencontainers.image.ref.name="10.11-3.26.4" \ + org.opencontainers.image.ref.name="10.11-3.26.5" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/mariadb" \ org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/mariadb" \ org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/mariadb" \ org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" \ - cloud.alwatr.image.version.full="10.11.5" \ + cloud.alwatr.image.version.full="10.11.6" \ cloud.alwatr.image.version.short="10"