File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
# You should have received a copy of the GNU Affero General Public License
21
21
# along with this program. If not, see <http://www.gnu.org/licenses/>.
22
22
23
- FROM ubuntu:22 .04
23
+ FROM ubuntu:24 .04
24
24
25
25
ADD https://download.nextcloud.com/server/releases/nextcloud-29.0.11.tar.bz2 /root/nextcloud.tar.bz2
26
26
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.4.9/richdocuments-v8.4.9.tar.gz /root/richdocuments.tar.gz
27
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
- COPY resources/60-nextcloud.ini /etc/php/8.1 /apache2/conf.d/
30
- COPY resources/60-nextcloud.ini /etc/php/8.1 /cli/conf.d/
29
+ COPY resources/60-nextcloud.ini /etc/php/8.3 /apache2/conf.d/
30
+ COPY resources/60-nextcloud.ini /etc/php/8.3 /cli/conf.d/
31
31
COPY resources/000-default.conf /etc/apache2/sites-enabled/
32
32
33
33
# uncomment and set to true if a patch nededs to be applied
@@ -45,7 +45,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
45
45
cron \
46
46
curl \
47
47
libapache2-mod-php \
48
- libfuse2 \
48
+ libfuse2t64 \
49
49
patch \
50
50
php \
51
51
php-bcmath \
@@ -67,7 +67,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
67
67
pwgen \
68
68
sudo \
69
69
lbzip2 \
70
- libmagickcore-6.q16-6 -extra \
70
+ libmagickcore-6.q16-7 -extra \
71
71
libsmbclient-dev \
72
72
unattended-upgrades \
73
73
unzip
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 =29.0.10-90
21
+ app_version =29.0.11-0
22
22
app_upgrade_from =28.0.14-0
23
23
24
24
ucs_version =5.0
You can’t perform that action at this time.
0 commit comments