mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
use php 7.1.13-apache image
to fix some issues with php 7.1.12 https://help.nextcloud.com/t/php-error-narrowing-occurred-during-type-inference/24010/15
This commit is contained in:
parent
92b4b87a64
commit
4b65829b0e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:7.1-apache
|
FROM php:7.1.13-apache
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
@ -87,6 +87,7 @@ RUN set -ex; \
|
||||||
chmod +x /usr/src/nextcloud/occ
|
chmod +x /usr/src/nextcloud/occ
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /entrypoint.sh
|
COPY docker-entrypoint.sh /entrypoint.sh
|
||||||
|
RUN chmod +x /entrypoint.sh
|
||||||
COPY config/* /usr/src/nextcloud/config/
|
COPY config/* /usr/src/nextcloud/config/
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue