Skip to content

Commit

Permalink
Merge pull request #97 from data-catering/renovate/mariadb-11.x
Browse files Browse the repository at this point in the history
Update mariadb Docker tag to v11.5.2
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 4e5c4b0 + e66b5df commit 371f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ services:
- "MARIADB_PASSWORD=${MARIADB_PASSWORD:-password}"
- MARIADB_ROOT_PASSWORD=root
- MARIADB_DATABASE=customer
image: "mariadb:${MARIADB_VERSION:-11.4.2}"
image: "mariadb:${MARIADB_VERSION:-11.5.2}"
ports:
- "3306:3306"
restart: always
Expand Down

0 comments on commit 371f562

Please sign in to comment.