Skip to content

Commit 1ca0f40

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 289f0bb commit 1ca0f40

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

24/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 24.0.10
128+
ENV NEXTCLOUD_VERSION 24.0.11
129129

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

24/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 24.0.10
108+
ENV NEXTCLOUD_VERSION 24.0.11
109109

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

24/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 24.0.10
120+
ENV NEXTCLOUD_VERSION 24.0.11
121121

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

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.4
128+
ENV NEXTCLOUD_VERSION 25.0.5
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.4
108+
ENV NEXTCLOUD_VERSION 25.0.5
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.4
120+
ENV NEXTCLOUD_VERSION 25.0.5
121121

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

0 commit comments

Comments
 (0)