Skip to content

Commit

Permalink
Merge pull request #10 from appwrite/feat-update-mariadb
Browse files Browse the repository at this point in the history
Update mariadb to v10.6.0
  • Loading branch information
eldadfux authored Jun 19, 2021
2 parents 1455c08 + 42d826a commit e0c665e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:10.5.8
FROM mariadb:10.6.0

LABEL maintainer="team@appwrite.io"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c665e

Please sign in to comment.