From 2f6faa1981836d87a5a374a5e68e8501d89c00ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 18 Oct 2023 00:31:35 +0200 Subject: [PATCH] Change plugins list --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd196f..7c065ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:24 variables: DOCKER_TLS_CERTDIR: "/certs" - BUILD_VERSION: p1 + BUILD_VERSION: p2 services: - docker:24-dind diff --git a/Dockerfile b/Dockerfile index 80bf7a0..00b6d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,9 @@ RUN set -ex; \ --no-interaction \ --optimize-autoloader \ require \ - roundcube/classic \ johndoh/contextmenu \ johndoh/globaladdressbook \ prodrigestivill/gravatar \ + weird-birds/thunderbird_labels \ ; -- GitLab