Skip to content

Commit

Permalink
Update mariadb Docker tag to v10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent f5ae3ee commit 637f2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
db:
image: mariadb:10.4
image: mariadb:10.11
container_name: mariadb
networks:
- backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
db:
image: mariadb:10.4
image: mariadb:10.11
container_name: mariadb
environment:
MARIADB_ROOT_PASSWORD: root_password
Expand Down

0 comments on commit 637f2cb

Please sign in to comment.