Skip to content

Commit

Permalink
Update to 13.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 23, 2018
1 parent 18c3e06 commit b0c5b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 13.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 13.0.4
ENV NEXTCLOUD_VERSION 13.0.5

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 13.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 13.0.4
ENV NEXTCLOUD_VERSION 13.0.5

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 13.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 13.0.4
ENV NEXTCLOUD_VERSION 13.0.5

RUN set -ex; \
fetchDeps=" \
Expand Down

0 comments on commit b0c5b58

Please sign in to comment.