File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ RUN { \
166166 } > /etc/apache2/conf-available/apache-limits.conf; \
167167 a2enconf apache-limits
168168
169- ENV NEXTCLOUD_VERSION 29.0.13
169+ ENV NEXTCLOUD_VERSION 29.0.14
170170
171171RUN set -ex; \
172172 fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176 apt-get update; \
177177 apt-get install -y --no-install-recommends $fetchDeps; \
178178 \
179- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2" ; \
180- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2.asc" ; \
179+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2" ; \
180+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2.asc" ; \
181181 export GNUPGHOME="$(mktemp -d)" ; \
182182# gpg key from https://nextcloud.com/nextcloud.asc
183183 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ RUN { \
146146VOLUME /var/www/html
147147
148148
149- ENV NEXTCLOUD_VERSION 29.0.13
149+ ENV NEXTCLOUD_VERSION 29.0.14
150150
151151RUN set -ex; \
152152 apk add --no-cache --virtual .fetch-deps \
153153 bzip2 \
154154 gnupg \
155155 ; \
156156 \
157- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2" ; \
158- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2.asc" ; \
157+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2" ; \
158+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2.asc" ; \
159159 export GNUPGHOME="$(mktemp -d)" ; \
160160# gpg key from https://nextcloud.com/nextcloud.asc
161161 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN { \
151151VOLUME /var/www/html
152152
153153
154- ENV NEXTCLOUD_VERSION 29.0.13
154+ ENV NEXTCLOUD_VERSION 29.0.14
155155
156156RUN set -ex; \
157157 fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161 apt-get update; \
162162 apt-get install -y --no-install-recommends $fetchDeps; \
163163 \
164- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2" ; \
165- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13 .tar.bz2.asc" ; \
164+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2" ; \
165+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14 .tar.bz2.asc" ; \
166166 export GNUPGHOME="$(mktemp -d)" ; \
167167# gpg key from https://nextcloud.com/nextcloud.asc
168168 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ RUN { \
166166 } > /etc/apache2/conf-available/apache-limits.conf; \
167167 a2enconf apache-limits
168168
169- ENV NEXTCLOUD_VERSION 30.0.7
169+ ENV NEXTCLOUD_VERSION 30.0.8
170170
171171RUN set -ex; \
172172 fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176 apt-get update; \
177177 apt-get install -y --no-install-recommends $fetchDeps; \
178178 \
179- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2" ; \
180- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2.asc" ; \
179+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2" ; \
180+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2.asc" ; \
181181 export GNUPGHOME="$(mktemp -d)" ; \
182182# gpg key from https://nextcloud.com/nextcloud.asc
183183 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ RUN { \
146146VOLUME /var/www/html
147147
148148
149- ENV NEXTCLOUD_VERSION 30.0.7
149+ ENV NEXTCLOUD_VERSION 30.0.8
150150
151151RUN set -ex; \
152152 apk add --no-cache --virtual .fetch-deps \
153153 bzip2 \
154154 gnupg \
155155 ; \
156156 \
157- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2" ; \
158- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2.asc" ; \
157+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2" ; \
158+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2.asc" ; \
159159 export GNUPGHOME="$(mktemp -d)" ; \
160160# gpg key from https://nextcloud.com/nextcloud.asc
161161 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN { \
151151VOLUME /var/www/html
152152
153153
154- ENV NEXTCLOUD_VERSION 30.0.7
154+ ENV NEXTCLOUD_VERSION 30.0.8
155155
156156RUN set -ex; \
157157 fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161 apt-get update; \
162162 apt-get install -y --no-install-recommends $fetchDeps; \
163163 \
164- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2" ; \
165- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7 .tar.bz2.asc" ; \
164+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2" ; \
165+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8 .tar.bz2.asc" ; \
166166 export GNUPGHOME="$(mktemp -d)" ; \
167167# gpg key from https://nextcloud.com/nextcloud.asc
168168 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ RUN { \
166166 } > /etc/apache2/conf-available/apache-limits.conf; \
167167 a2enconf apache-limits
168168
169- ENV NEXTCLOUD_VERSION 31.0.1
169+ ENV NEXTCLOUD_VERSION 31.0.2
170170
171171RUN set -ex; \
172172 fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176 apt-get update; \
177177 apt-get install -y --no-install-recommends $fetchDeps; \
178178 \
179- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2" ; \
180- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2.asc" ; \
179+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2" ; \
180+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2.asc" ; \
181181 export GNUPGHOME="$(mktemp -d)" ; \
182182# gpg key from https://nextcloud.com/nextcloud.asc
183183 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ RUN { \
146146VOLUME /var/www/html
147147
148148
149- ENV NEXTCLOUD_VERSION 31.0.1
149+ ENV NEXTCLOUD_VERSION 31.0.2
150150
151151RUN set -ex; \
152152 apk add --no-cache --virtual .fetch-deps \
153153 bzip2 \
154154 gnupg \
155155 ; \
156156 \
157- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2" ; \
158- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2.asc" ; \
157+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2" ; \
158+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2.asc" ; \
159159 export GNUPGHOME="$(mktemp -d)" ; \
160160# gpg key from https://nextcloud.com/nextcloud.asc
161161 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN { \
151151VOLUME /var/www/html
152152
153153
154- ENV NEXTCLOUD_VERSION 31.0.1
154+ ENV NEXTCLOUD_VERSION 31.0.2
155155
156156RUN set -ex; \
157157 fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161 apt-get update; \
162162 apt-get install -y --no-install-recommends $fetchDeps; \
163163 \
164- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2" ; \
165- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1 .tar.bz2.asc" ; \
164+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2" ; \
165+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2 .tar.bz2.asc" ; \
166166 export GNUPGHOME="$(mktemp -d)" ; \
167167# gpg key from https://nextcloud.com/nextcloud.asc
168168 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change 1- 31.0.1
1+ 31.0.2
You can’t perform that action at this time.
0 commit comments