[NC] Bump to 25.0.9

This commit is contained in:
thopic 2023-07-26 15:33:45 +02:00
parent 3ba6445e5a
commit 19b99d1e47
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 13 additions and 2 deletions

View File

@ -1,9 +1,20 @@
from php:7.4.32-apache
from php:7.4.33-apache
RUN apt-get update && apt-get install -y \
git \
locales \
# locales-all \
# gettext \
&& rm -rf /var/lib/apt/lists/*
RUN sed -i '/fr_FR.UTF-8/s/^# //g' /etc/locale.gen && \
locale-gen && \
dpkg-reconfigure --frontend=noninteractive locales
ENV LANG fr_FR.UTF-8
ENV LANGUAGE fr_FR.UTF-8
ENV GDM_LANG fr_FR.UTF-8
ENV LC_ALL fr_FR.UTF-8
RUN a2enmod remoteip rewrite \
&& echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \
&& a2enconf remoteip \

View File

@ -36,7 +36,7 @@ services:
- "co.elastic.logs/module=mysql"
app:
image: nextcloud:24.0.12
image: nextcloud:25.0.9
depends_on:
- db
- redis