Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 2e581bd

Browse files
Update to 8.1.12
1 parent d7fbed0 commit 2e581bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

8.1/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -ex \
3838
&& pecl install redis-2.2.8 \
3939
&& docker-php-ext-enable apcu memcached redis
4040

41-
ENV OWNCLOUD_VERSION 8.1.11
41+
ENV OWNCLOUD_VERSION 8.1.12
4242
VOLUME /var/www/html
4343

4444
RUN curl -fsSL -o owncloud.tar.bz2 \

8.1/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex \
3737
&& pecl install redis-2.2.8 \
3838
&& docker-php-ext-enable apcu memcached redis
3939

40-
ENV OWNCLOUD_VERSION 8.1.11
40+
ENV OWNCLOUD_VERSION 8.1.12
4141
VOLUME /var/www/html
4242

4343
RUN curl -fsSL -o owncloud.tar.bz2 \

0 commit comments

Comments
 (0)