diff options
author | szaimen <szaimen@e.mail.de> | 2022-08-21 12:13:07 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2022-11-11 21:33:17 +0100 |
commit | fe2b851f82af823c4bb2d114245384af428e9688 (patch) | |
tree | 1ce66b687e4db83926fd613d41a86127f2df5b0d /.drone.yml | |
parent | 9d45845d2a6df7efdb07038c9bb7c345d4d5d819 (diff) | |
download | nextcloud-server-fe2b851f82af823c4bb2d114245384af428e9688.tar.gz nextcloud-server-fe2b851f82af823c4bb2d114245384af428e9688.zip |
use the updated mariadb10.6 container in drone
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 79cd295210e..beef4344a57 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 |