summaryrefslogtreecommitdiffstats
path: root/12.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-12-04 10:52:04 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-12-04 10:52:04 +0000
commit0319dd0a84eb8a74ca65245c5781cbf6a7d54763 (patch)
treec0195e8e208d03519f56147a5027bb3cdec62ab5 /12.0/fpm/Dockerfile
parent074ca53482043fea8268eba83546815db0f7c4ad (diff)
Update to 12.0.4
Diffstat (limited to '12.0/fpm/Dockerfile')
-rw-r--r--12.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 415be4d0..3321d500 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 12.0.3
+ENV NEXTCLOUD_VERSION 12.0.4
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html