Skip to content

Commit

Permalink
Update appwrite/mariadb to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kodumbeats committed May 3, 2021
1 parent 1fe747f commit 42d826a
Showing 1 changed file with 3 additions and 3 deletions.
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 42d826a

Please sign in to comment.