[NC] Bump to 25.0.9
This commit is contained in:
parent
3ba6445e5a
commit
19b99d1e47
@ -1,9 +1,20 @@
|
|||||||
from php:7.4.32-apache
|
from php:7.4.33-apache
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
|
locales \
|
||||||
|
# locales-all \
|
||||||
|
# gettext \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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 \
|
RUN a2enmod remoteip rewrite \
|
||||||
&& echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \
|
&& echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf \
|
||||||
&& a2enconf remoteip \
|
&& a2enconf remoteip \
|
||||||
|
@ -36,7 +36,7 @@ services:
|
|||||||
- "co.elastic.logs/module=mysql"
|
- "co.elastic.logs/module=mysql"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:24.0.12
|
image: nextcloud:25.0.9
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
Reference in New Issue
Block a user