File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 22.2.8
125+ ENV NEXTCLOUD_VERSION 22.2.9
126126
127127RUN set -ex; \
128128 fetchDeps=" \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN { \
102102VOLUME /var/www/html
103103
104104
105- ENV NEXTCLOUD_VERSION 22.2.8
105+ ENV NEXTCLOUD_VERSION 22.2.9
106106
107107RUN set -ex; \
108108 apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN { \
114114VOLUME /var/www/html
115115
116116
117- ENV NEXTCLOUD_VERSION 22.2.8
117+ ENV NEXTCLOUD_VERSION 22.2.9
118118
119119RUN set -ex; \
120120 fetchDeps=" \
Original file line number Diff line number Diff 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.5
125+ ENV NEXTCLOUD_VERSION 23.0.6
126126
127127RUN set -ex; \
128128 fetchDeps=" \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN { \
102102VOLUME /var/www/html
103103
104104
105- ENV NEXTCLOUD_VERSION 23.0.5
105+ ENV NEXTCLOUD_VERSION 23.0.6
106106
107107RUN set -ex; \
108108 apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN { \
114114VOLUME /var/www/html
115115
116116
117- ENV NEXTCLOUD_VERSION 23.0.5
117+ ENV NEXTCLOUD_VERSION 23.0.6
118118
119119RUN set -ex; \
120120 fetchDeps=" \
Original file line number Diff line number Diff 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.1
125+ ENV NEXTCLOUD_VERSION 24.0.2
126126
127127RUN set -ex; \
128128 fetchDeps=" \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN { \
102102VOLUME /var/www/html
103103
104104
105- ENV NEXTCLOUD_VERSION 24.0.1
105+ ENV NEXTCLOUD_VERSION 24.0.2
106106
107107RUN set -ex; \
108108 apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN { \
114114VOLUME /var/www/html
115115
116116
117- ENV NEXTCLOUD_VERSION 24.0.1
117+ ENV NEXTCLOUD_VERSION 24.0.2
118118
119119RUN set -ex; \
120120 fetchDeps=" \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -Eeuo pipefail
33
4- stable_channel=' 23.0.5 '
4+ stable_channel=' 23.0.6 '
55
66self=" $( basename " $BASH_SOURCE " ) "
77cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
You can’t perform that action at this time.
0 commit comments