From 1fe747f55815a3e62577883cb25049e8d631b961 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Mon, 3 May 2021 15:29:13 -0400 Subject: [PATCH 1/2] Upgrade mariadb container to v10.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7be2144..ebfe456 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mariadb:10.5.8 +FROM mariadb:10.6.0 LABEL maintainer="team@appwrite.io" From 42d826a5aed62178472b9bc1cec97d79a5867693 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Mon, 3 May 2021 16:24:34 -0400 Subject: [PATCH 2/2] Update appwrite/mariadb to 1.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b96fc2..ccc302d 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ This container supports all environment variables supplied by the official Maria ### Build ```bash -docker build --tag appwrite/mariadb:1.2.0 . +docker build --tag appwrite/mariadb:1.3.0 . -docker push appwrite/mariadb:1.2.0 +docker push appwrite/mariadb:1.3.0 ``` Multi-arch build (experimental using [buildx](https://github.com/docker/buildx)): ``` -docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/mariadb:1.2.0 --push . +docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/mariadb:1.3.0 --push . ``` ## Find Us