Skip to content

Commit 152aede

Browse files
chore(deps): update mariadb docker tag to v10.11.15 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d4befb commit 152aede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
{% endif -%}
4040
{%- if db_host_type == "container" %}
4141
db:
42-
image: mariadb:10.11.13-jammy
42+
image: mariadb:10.11.15-jammy
4343
restart: unless-stopped
4444
environment:
4545
- MARIADB_ROOT_PASSWORD=${DB_ROOT_PASSWORD}

0 commit comments

Comments
 (0)