Skip to content

Commit 9b84086

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 5d6b615 commit 9b84086

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

25/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN a2enmod headers rewrite remoteip ;\
125125
} > /etc/apache2/conf-available/remoteip.conf;\
126126
a2enconf remoteip
127127

128-
ENV NEXTCLOUD_VERSION 25.0.6
128+
ENV NEXTCLOUD_VERSION 25.0.7
129129

130130
RUN set -ex; \
131131
fetchDeps=" \

25/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN { \
105105
VOLUME /var/www/html
106106

107107

108-
ENV NEXTCLOUD_VERSION 25.0.6
108+
ENV NEXTCLOUD_VERSION 25.0.7
109109

110110
RUN set -ex; \
111111
apk add --no-cache --virtual .fetch-deps \

25/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN { \
117117
VOLUME /var/www/html
118118

119119

120-
ENV NEXTCLOUD_VERSION 25.0.6
120+
ENV NEXTCLOUD_VERSION 25.0.7
121121

122122
RUN set -ex; \
123123
fetchDeps=" \

26/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN a2enmod headers rewrite remoteip ;\
126126
} > /etc/apache2/conf-available/remoteip.conf;\
127127
a2enconf remoteip
128128

129-
ENV NEXTCLOUD_VERSION 26.0.1
129+
ENV NEXTCLOUD_VERSION 26.0.2
130130

131131
RUN set -ex; \
132132
fetchDeps=" \

26/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN { \
106106
VOLUME /var/www/html
107107

108108

109-
ENV NEXTCLOUD_VERSION 26.0.1
109+
ENV NEXTCLOUD_VERSION 26.0.2
110110

111111
RUN set -ex; \
112112
apk add --no-cache --virtual .fetch-deps \

26/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN { \
118118
VOLUME /var/www/html
119119

120120

121-
ENV NEXTCLOUD_VERSION 26.0.1
121+
ENV NEXTCLOUD_VERSION 26.0.2
122122

123123
RUN set -ex; \
124124
fetchDeps=" \

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.0.1
1+
26.0.2

0 commit comments

Comments
 (0)