Skip to content

Commit

Permalink
chore(docker/db): bump mariadb from 10.11.6 to 10.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 7, 2024
1 parent 7ae35a8 commit 60d67a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
qualtet_mariadb:
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.6
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.7
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_USER: root
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
qualtet_local_db:
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.6
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.7
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_USER: root
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
qualtet_test_db:
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.6
image: ghcr.io/yoshinorin/docker-mariadb:v10.11.7
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_USER: root
Expand Down

0 comments on commit 60d67a9

Please sign in to comment.