Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.3.2 (#1307)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 8e8a5a6 commit 7aabd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ara_server_mariadb_password: password
ara_server_mariadb_databasename: "{{ ara_server_mariadb_username }}"

# renovate: datasource=docker depName=mariadb
ara_server_mariadb_tag: '11.2.3'
ara_server_mariadb_tag: '11.3.2'
ara_server_mariadb_image: "{{ docker_registry_mariadb }}/library/mariadb:{{ ara_server_mariadb_tag }}"

##########################
Expand Down

0 comments on commit 7aabd88

Please sign in to comment.