Skip to content

Commit 3aa0df6

Browse files
committed
build(docker): bump to Ubuntu 24.04 base image
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 356cd67 commit 3aa0df6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
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

2525
ADD https://download.nextcloud.com/server/releases/nextcloud-29.0.11.tar.bz2 /root/nextcloud.tar.bz2
2626
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.4.9/richdocuments-v8.4.9.tar.gz /root/richdocuments.tar.gz
2727
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.5.0/onlyoffice.tar.gz /root/onlyoffice.tar.gz
2828
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/
3131
COPY 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
app_name=nextcloud
21-
app_version=29.0.10-90
21+
app_version=29.0.11-0
2222
app_upgrade_from=28.0.14-0
2323

2424
ucs_version=5.0

0 commit comments

Comments
 (0)