Commit b711032c authored by nimrod's avatar nimrod
Browse files

Upgrade the MariaDB image.

parent d34a60f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ services:
          "--password=$$MYSQL_PASSWORD"
          --execute 'SHOW DATABASES;'
          || exit 1
    image: registry.hub.docker.com/library/mariadb:11
    image: registry.hub.docker.com/library/mariadb:12
    restart: always
    volumes:
      - mysql:/var/lib/mysql