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

Verified Commit 1d0581b4 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

feat: update to latest NC31

parent 723dc588
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM nextcloud:31.0.10-fpm AS nextcloud
FROM nextcloud:31.0.11-fpm AS nextcloud

# see $OC_Version from /usr/src/nextcloud/version.php
ENV NEXTCLOUD_VERSION_LONG=31.0.10.2
ENV NEXTCLOUD_VERSION_LONG=31.0.11.2

ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"