File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
FROM ubuntu:22.04
24
24
25
- ADD https://download.nextcloud.com/server/releases/nextcloud-28.0.7 .tar.bz2 /root/nextcloud.tar.bz2
26
- ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.3.8 /richdocuments-v8.3.8 .tar.gz /root/richdocuments.tar.gz
27
- ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.2.2 /onlyoffice.tar.gz /root/onlyoffice.tar.gz
25
+ ADD https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2 /root/nextcloud.tar.bz2
26
+ ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.3.13 /richdocuments-v8.3.13 .tar.gz /root/richdocuments.tar.gz
27
+ ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.5.0 /onlyoffice.tar.gz /root/onlyoffice.tar.gz
28
28
COPY resources/entrypoint.sh /usr/sbin/
29
29
COPY resources/60-nextcloud.ini /etc/php/8.1/apache2/conf.d/
30
30
COPY resources/60-nextcloud.ini /etc/php/8.1/cli/conf.d/
Original file line number Diff line number Diff line change 18
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
20
20
app_name =nextcloud
21
- app_version =28.0.7 -0
21
+ app_version =28.0.14 -0
22
22
app_upgrade_from =27.1.6-0
23
23
24
24
ucs_version =5.0
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ $OCC upgrade 2>&1>> "$UPGRADE_LOGFILE"
111
111
error_msg " The upgrade log is written to $UPGRADE_LOGFILE within the nextcloud container"
112
112
113
113
# basic Nextcloud configuration
114
- eval " $( cat \" $NC_UCR_FILE \" ) "
114
+ # shellcheck disable=SC1090
115
+ source " ${NC_UCR_FILE} "
115
116
if [ " $NC_IS_UPGRADE " -eq 0 ] ; then
116
117
$OCC config:system:set updatechecker --type=boolean --value=" false" # this is handled via UCS AppCenter
117
118
$OCC config:system:set upgrade.disable-web --type=boolean --value=" true"
You can’t perform that action at this time.
0 commit comments