Bump nextcloud version
This commit is contained in:
parent
73579e04ff
commit
d1db5f9857
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# FROM nextcloud:20.0.5-apache
|
# FROM nextcloud:20.0.5-apache
|
||||||
# FROM nextcloud:21.0.2-apache
|
# FROM nextcloud:21.0.2-apache
|
||||||
# FROM nextcloud:22.2-apache
|
# FROM nextcloud:22.2-apache
|
||||||
FROM nextcloud:23.0-apache
|
FROM nextcloud:23.0.2-apache
|
||||||
|
|
||||||
# This is a stupid comment for a demo (remove later)
|
# This is a stupid comment for a demo (remove later)
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y libgmp3-dev \
|
||||||
##
|
##
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libmagickcore-6.q16-6-extra \
|
libmagickcore-6.q16-6-extra \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
##
|
##
|
||||||
## Raise memory limit for PHP
|
## Raise memory limit for PHP
|
||||||
|
|
Loading…
Reference in a new issue