Skip to content

Commit

Permalink
[O2B-831] Use mariadb production version in docker (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Sep 27, 2023
1 parent 552e657 commit 65c3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
target: /var/storage

database:
image: mariadb:10.5.3
image: mariadb:10.5.9
environment:
MYSQL_ROOT_PASSWORD: "${MYSQL_ROOT_PASSWORD}"
restart: unless-stopped
Expand Down

0 comments on commit 65c3f74

Please sign in to comment.