Skip to content

Commit f5df06c

Browse files
authored
Merge pull request #646 from OpenConext/fix/mariadb+docker
Update MariaDB container on test
2 parents 3e26a2a + 9a5951b commit f5df06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/mariadbdocker/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- name: Create the MariaDB container
3131
community.docker.docker_container:
3232
name: openconext_mariadb
33-
image: mariadb:10.6
33+
image: mariadb:10.11
3434
state: started
3535
pull: true
3636
restart_policy: "always"

0 commit comments

Comments
 (0)