diff --git a/energy-tests/compose-fpm-mariadb.yml b/energy-tests/compose-fpm-mariadb.yml index 3b6ec656..f058124a 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.4-apache + image: nextcloud:29.0.5-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 a4209676..cd4c8633 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.4-apache + image: nextcloud:29.0.5-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 4523cead..0709ccb2 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.4-apache + image: nextcloud:29.0.5-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 5a6b40b2..55fb5502 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.4-apache + image: nextcloud:29.0.5-apache #build: # The build takes currently ~ 30 minutes which is far too long for daily testing # context: ../29/fpm # dockerfile: Dockerfile