From 510822f9e1ae46bdabd59c7e5c3b23fb514c1fa8 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Wed, 2 Oct 2024 10:13:02 +0200 Subject: [PATCH] Moving to nextcloud 30.0.0 --- energy-tests/compose-fpm-mariadb.yml | 2 +- energy-tests/compose-mariadb.yml | 2 +- energy-tests/compose-postgres.yml | 2 +- energy-tests/compose-sqlite.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/energy-tests/compose-fpm-mariadb.yml b/energy-tests/compose-fpm-mariadb.yml index dab401ce..0599709a 100644 --- a/energy-tests/compose-fpm-mariadb.yml +++ b/energy-tests/compose-fpm-mariadb.yml @@ -18,7 +18,7 @@ services: - MYSQL_USER=nextcloud app: - image: nextcloud:29.0.6-apache + image: nextcloud:30.0.0-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile diff --git a/energy-tests/compose-mariadb.yml b/energy-tests/compose-mariadb.yml index abb5a057..82602b1a 100644 --- a/energy-tests/compose-mariadb.yml +++ b/energy-tests/compose-mariadb.yml @@ -18,7 +18,7 @@ services: - MYSQL_USER=nextcloud nc: - image: nextcloud:29.0.6-apache + image: nextcloud:30.0.0-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile diff --git a/energy-tests/compose-postgres.yml b/energy-tests/compose-postgres.yml index 63a200df..75abb2d8 100644 --- a/energy-tests/compose-postgres.yml +++ b/energy-tests/compose-postgres.yml @@ -16,7 +16,7 @@ services: - POSTGRES_USER=nextcloud nc: - image: nextcloud:29.0.6-apache + image: nextcloud:30.0.0-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile diff --git a/energy-tests/compose-sqlite.yml b/energy-tests/compose-sqlite.yml index 012cd62a..198d5883 100644 --- a/energy-tests/compose-sqlite.yml +++ b/energy-tests/compose-sqlite.yml @@ -2,7 +2,7 @@ version: '2' services: nc: - image: nextcloud:29.0.6-apache + image: nextcloud:30.0.0-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile