Upgrade to ocis 7.1.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-13 08:57:12 +00:00
parent 9144e3aa4b
commit 56a8ddf11b

View File

@@ -20,7 +20,7 @@ COPY patches/ /patches/
RUN set -e -x; \ RUN set -e -x; \
cd /; \ cd /; \
git clone https://github.com/owncloud/ocis.git; \ git clone --depth 1 --branch v7.1.2 https://github.com/owncloud/ocis.git; \
cd /ocis; \ cd /ocis; \
git apply /patches/002-dav-move-unlock.patch; \ git apply /patches/002-dav-move-unlock.patch; \
git apply /patches/003-dav-locks-parsing.patch; \ git apply /patches/003-dav-locks-parsing.patch; \