Skip to content

Commit

Permalink
Update mariadb Docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 539d632 commit ee6ce99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
services:
db:
image: mariadb:10.11.5
image: mariadb:11.1.2
ports:
- 3306:3306
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
mysql:
image: mariadb:10.11.5
image: mariadb:11.1.2
ports:
- "3306:3306"
volumes:
Expand Down

0 comments on commit ee6ce99

Please sign in to comment.