summaryrefslogtreecommitdiffstats
path: root/14.0-beta
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-08-09 09:51:22 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-08-09 09:51:22 +0000
commit63cde1e68277ade271b6ec6355154297c7a63088 (patch)
tree34c7531f57adf13486fdecda676b9a0bbb90b473 /14.0-beta
parente4b29de140a0d15cf7125f49ce926ec289713f2a (diff)
Update to 14.0.0beta3
Diffstat (limited to '14.0-beta')
-rw-r--r--14.0-beta/apache/Dockerfile2
-rw-r--r--14.0-beta/fpm-alpine/Dockerfile2
-rw-r--r--14.0-beta/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0-beta/apache/Dockerfile b/14.0-beta/apache/Dockerfile
index 5610ae68..2a540cc9 100644
--- a/14.0-beta/apache/Dockerfile
+++ b/14.0-beta/apache/Dockerfile
@@ -104,7 +104,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.0beta2
+ENV NEXTCLOUD_VERSION 14.0.0beta3
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0-beta/fpm-alpine/Dockerfile b/14.0-beta/fpm-alpine/Dockerfile
index 69cc168a..c6b31465 100644
--- a/14.0-beta/fpm-alpine/Dockerfile
+++ b/14.0-beta/fpm-alpine/Dockerfile
@@ -85,7 +85,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.0beta2
+ENV NEXTCLOUD_VERSION 14.0.0beta3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0-beta/fpm/Dockerfile b/14.0-beta/fpm/Dockerfile
index 9fca3318..6790b7c0 100644
--- a/14.0-beta/fpm/Dockerfile
+++ b/14.0-beta/fpm/Dockerfile
@@ -96,7 +96,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.0beta2
+ENV NEXTCLOUD_VERSION 14.0.0beta3
RUN set -ex; \
fetchDeps=" \