Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cypress/Dockerfile2
-rw-r--r--cypress/docker-compose.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/cypress/Dockerfile b/cypress/Dockerfile
index 123a952fa..4f2fc4495 100644
--- a/cypress/Dockerfile
+++ b/cypress/Dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloudci/server:server-16
+FROM nextcloudci/server:server-17
RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data
diff --git a/cypress/docker-compose.yml b/cypress/docker-compose.yml
index 9e9eaddff..5b81f5b2c 100644
--- a/cypress/docker-compose.yml
+++ b/cypress/docker-compose.yml
@@ -10,5 +10,6 @@ services:
environment:
CYPRESS_baseUrl:
APP_SOURCE:
+ BRANCH: stable18
volumes:
- ${APP_SOURCE}:/var/www/html/apps/text