chore(nextcloud): update to 29.0.12

This commit is contained in:
bsod 2025-02-17 22:09:31 +01:00 committed by Hive
parent 143113b7db
commit 885f8e0700

View file

@ -1,8 +1,9 @@
FROM php:8.2-apache FROM php:8.3-apache
ENV NEXTCLOUD_VERSION 29.0.7 ENV NEXTCLOUD_VERSION 29.0.12
RUN \ RUN \
apt-get clean && \
apt-get update && \ apt-get update && \
apt-get install -y eatmydata && \ apt-get install -y eatmydata && \
eatmydata apt-get upgrade -y && \ eatmydata apt-get upgrade -y && \