Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 15.0.9
ENV NEXTCLOUD_VERSION 15.0.10

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


ENV NEXTCLOUD_VERSION 15.0.9
ENV NEXTCLOUD_VERSION 15.0.10

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


ENV NEXTCLOUD_VERSION 15.0.9
ENV NEXTCLOUD_VERSION 15.0.10

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 16.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 16.0.2
ENV NEXTCLOUD_VERSION 16.0.3

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


ENV NEXTCLOUD_VERSION 16.0.2
ENV NEXTCLOUD_VERSION 16.0.3

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


ENV NEXTCLOUD_VERSION 16.0.2
ENV NEXTCLOUD_VERSION 16.0.3

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