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 2020# You should have received a copy of the GNU Affero General Public License
2121# along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
23- FROM ubuntu:22 .04
23+ FROM ubuntu:24 .04
2424
2525ADD https://download.nextcloud.com/server/releases/nextcloud-29.0.11.tar.bz2 /root/nextcloud.tar.bz2
2626ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.4.9/richdocuments-v8.4.9.tar.gz /root/richdocuments.tar.gz
2727ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.5.0/onlyoffice.tar.gz /root/onlyoffice.tar.gz
2828COPY 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/
3131COPY resources/000-default.conf /etc/apache2/sites-enabled/
3232
3333# uncomment and set to true if a patch nededs to be applied
@@ -45,7 +45,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
4545 cron \
4646 curl \
4747 libapache2-mod-php \
48- libfuse2 \
48+ libfuse2t64 \
4949 patch \
5050 php \
5151 php-bcmath \
@@ -67,7 +67,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
6767 pwgen \
6868 sudo \
6969 lbzip2 \
70- libmagickcore-6.q16-6 -extra \
70+ libmagickcore-6.q16-7 -extra \
7171 libsmbclient-dev \
7272 unattended-upgrades \
7373 unzip
Original file line number Diff line number Diff line change 1818# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020app_name =nextcloud
21- app_version =29.0.10-90
21+ app_version =29.0.11-0
2222app_upgrade_from =28.0.14-0
2323
2424ucs_version =5.0
You can’t perform that action at this time.
0 commit comments