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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2021-12-09 16:51:02 +0300
committerLouis Chemineau <louis@chmn.me>2022-01-03 14:26:55 +0300
commitb57adf06fd3ef50c787f3c4973be1dab3cc2a0c3 (patch)
tree8602c0cc1604eb7d8eb57dc0d68613e47fafb082 /cypress
parent50f52fa32274d320942a55a401b77ce7475b5732 (diff)
Change base image for cypress' docker image
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/Dockerfile b/cypress/Dockerfile
index a9c12315..de9bd29a 100644
--- a/cypress/Dockerfile
+++ b/cypress/Dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloudci/server:latest
+FROM ghcr.io/nextcloud/continuous-integration-server:latest
RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data