0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

Stick on MariaDB 10.3

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-04-16 19:16:27 +02:00
parent 9d807aa7ad
commit c55d42afb4

View file

@ -7,7 +7,7 @@ branches:
# preload images to avoid timeouts in tests
before_install:
- docker pull mariadb:10
- docker pull mariadb:10.3
- docker pull postgres:11-alpine
install: