diff options
author | Simon L <szaimen@e.mail.de> | 2022-11-15 15:16:34 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2022-11-15 15:16:34 +0100 |
commit | d29070e7bd9352983c59d546a5dab47643c08c98 (patch) | |
tree | 168a85fde788344125c50bfad7aed9e9e07de9d0 | |
parent | 0ba09ac1db2dfb06547e5e859c8a3fd3d72d07f4 (diff) | |
download | nextcloud-server-d29070e7bd9352983c59d546a5dab47643c08c98.tar.gz nextcloud-server-d29070e7bd9352983c59d546a5dab47643c08c98.zip |
use the updated mariadb10.6 container in drone
Signed-off-by: Simon L <szaimen@e.mail.de>
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 9216242d7d4..792a69b8832 100644 --- a/.drone.yml +++ b/.drone.yml @@ -374,7 +374,7 @@ services: - name: cache image: ghcr.io/nextcloud/continuous-integration-redis:latest - name: mariadb - image: ghcr.io/nextcloud/continuous-integration-mariadb-10.6continuous-integration-mariadb-10.6:10.6 + image: ghcr.io/nextcloud/continuous-integration-mariadb-10.6:latest environment: MYSQL_ROOT_PASSWORD: owncloud MYSQL_USER: oc_autotest |