Skip to content

Commit

Permalink
build(deps): update mariadb docker tag to v10.9.3 (#4041)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2022
1 parent 52e6110 commit 8cf290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/suites/example/compose/mariadb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
mariadb:
image: mariadb:10.9.2
image: mariadb:10.9.3
environment:
- MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_USER=admin
Expand Down

0 comments on commit 8cf290a

Please sign in to comment.