Skip to content

Commit ccdf466

Browse files
authored
Merge pull request nextcloud#1123 from tilosp/bot/update
Run update.sh
2 parents 7f0bc5a + 8335bf8 commit ccdf466

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

19.0-rc/apache/Dockerfile

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

118-
ENV NEXTCLOUD_VERSION 19.0.0RC2
118+
ENV NEXTCLOUD_VERSION 19.0.0RC3
119119

120120
RUN set -ex; \
121121
fetchDeps=" \

19.0-rc/fpm-alpine/Dockerfile

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

9696

97-
ENV NEXTCLOUD_VERSION 19.0.0RC2
97+
ENV NEXTCLOUD_VERSION 19.0.0RC3
9898

9999
RUN set -ex; \
100100
apk add --no-cache --virtual .fetch-deps \

19.0-rc/fpm/Dockerfile

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

109109

110-
ENV NEXTCLOUD_VERSION 19.0.0RC2
110+
ENV NEXTCLOUD_VERSION 19.0.0RC3
111111

112112
RUN set -ex; \
113113
fetchDeps=" \

0 commit comments

Comments
 (0)