summaryrefslogtreecommitdiffstats
path: root/12.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-09-20 15:51:08 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-09-20 15:51:08 +0000
commit8ad5dbd5f3de836ca3faf3966f343c136db74c72 (patch)
tree44fa0d1f705accc914d6d894ea664052ed5cd892 /12.0/fpm/Dockerfile
parenta26e395c44345ed2996ccaa629dcb94a2ff6ab6f (diff)
Update to 12.0.3
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 e0c75fd8..227d1690 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.3 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 12.0.2
+ENV NEXTCLOUD_VERSION 12.0.3
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html