From 523624b6b1cebc555fc80f800a3040ee82b80f22 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Sat, 14 Sep 2024 15:13:20 +0200 Subject: [PATCH] Updated Nextcloud to 29.0.6 --- 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 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