Skip to content

Commit 6d25698

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 8dd3d45 commit 6d25698

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

23/apache/Dockerfile

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

125-
ENV NEXTCLOUD_VERSION 23.0.7
125+
ENV NEXTCLOUD_VERSION 23.0.8
126126

127127
RUN set -ex; \
128128
fetchDeps=" \

23/fpm-alpine/Dockerfile

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

104104

105-
ENV NEXTCLOUD_VERSION 23.0.7
105+
ENV NEXTCLOUD_VERSION 23.0.8
106106

107107
RUN set -ex; \
108108
apk add --no-cache --virtual .fetch-deps \

23/fpm/Dockerfile

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

116116

117-
ENV NEXTCLOUD_VERSION 23.0.7
117+
ENV NEXTCLOUD_VERSION 23.0.8
118118

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

24/apache/Dockerfile

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

125-
ENV NEXTCLOUD_VERSION 24.0.3
125+
ENV NEXTCLOUD_VERSION 24.0.4
126126

127127
RUN set -ex; \
128128
fetchDeps=" \

24/fpm-alpine/Dockerfile

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

104104

105-
ENV NEXTCLOUD_VERSION 24.0.3
105+
ENV NEXTCLOUD_VERSION 24.0.4
106106

107107
RUN set -ex; \
108108
apk add --no-cache --virtual .fetch-deps \

24/fpm/Dockerfile

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

116116

117-
ENV NEXTCLOUD_VERSION 24.0.3
117+
ENV NEXTCLOUD_VERSION 24.0.4
118118

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

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.0.3
1+
24.0.4

0 commit comments

Comments
 (0)