We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e26a2a + 9a5951b commit f5df06cCopy full SHA for f5df06c
1 file changed
roles/mariadbdocker/tasks/main.yml
@@ -30,7 +30,7 @@
30
- name: Create the MariaDB container
31
community.docker.docker_container:
32
name: openconext_mariadb
33
- image: mariadb:10.6
+ image: mariadb:10.11
34
state: started
35
pull: true
36
restart_policy: "always"
0 commit comments