diff --git a/energy-tests/compose-fpm-mariadb.yml b/energy-tests/compose-fpm-mariadb.yml index f058124a..dab401ce 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.5-apache + image: nextcloud:29.0.6-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 cd4c8633..abb5a057 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.5-apache + image: nextcloud:29.0.6-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 0709ccb2..63a200df 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.5-apache + image: nextcloud:29.0.6-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 55fb5502..012cd62a 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.5-apache + image: nextcloud:29.0.6-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile