Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d9e20a7 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

feat: increase ecloud-theme-helper, nc-theme, ldap-write-support versions

parent db0c6354
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
FROM nextcloud:29.0.16-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_HELPER_JOB_ID="1210583"
ARG THEME_HELPER_JOB_ID="1233399"
ARG NOTES_VERSION="4.11.0"
ARG CONTACTS_JOB_ID="881946"
ARG CALENDAR_JOB_ID="991372"
@@ -206,8 +206,8 @@ RUN sed -i "s/ajax\/getstoragestats/api\/v1\/stats/g" ${BASE_DIR}/apps/files/js/
From selfhost as ecloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_VERSION="29.0.16-beta"
ARG LDAP_WRITE_SUPPORT_VERSION="1.11.0"
ARG THEME_VERSION="29.0.16-beta.2"
ARG LDAP_WRITE_SUPPORT_VERSION="1.11.1"
ARG IS_SELFHOST=false

RUN curl -fsSL -o ldap_write_support.tar.gz \