File tree Expand file tree Collapse file tree 8 files changed +25
-25
lines changed
Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ RUN { \
150150 } > /etc/apache2/conf-available/apache-limits.conf; \
151151 a2enconf apache-limits
152152
153- ENV NEXTCLOUD_VERSION 30.0.11
153+ ENV NEXTCLOUD_VERSION 30.0.12
154154
155155RUN set -ex; \
156156 fetchDeps=" \
@@ -160,8 +160,8 @@ RUN set -ex; \
160160 apt-get update; \
161161 apt-get install -y --no-install-recommends $fetchDeps; \
162162 \
163- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2" ; \
164- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2.asc" ; \
163+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2" ; \
164+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2.asc" ; \
165165 export GNUPGHOME="$(mktemp -d)" ; \
166166# gpg key from https://nextcloud.com/nextcloud.asc
167167 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -130,16 +130,16 @@ RUN { \
130130VOLUME /var/www/html
131131
132132
133- ENV NEXTCLOUD_VERSION 30.0.11
133+ ENV NEXTCLOUD_VERSION 30.0.12
134134
135135RUN set -ex; \
136136 apk add --no-cache --virtual .fetch-deps \
137137 bzip2 \
138138 gnupg \
139139 ; \
140140 \
141- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2" ; \
142- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2.asc" ; \
141+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2" ; \
142+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2.asc" ; \
143143 export GNUPGHOME="$(mktemp -d)" ; \
144144# gpg key from https://nextcloud.com/nextcloud.asc
145145 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN { \
135135VOLUME /var/www/html
136136
137137
138- ENV NEXTCLOUD_VERSION 30.0.11
138+ ENV NEXTCLOUD_VERSION 30.0.12
139139
140140RUN set -ex; \
141141 fetchDeps=" \
@@ -145,8 +145,8 @@ RUN set -ex; \
145145 apt-get update; \
146146 apt-get install -y --no-install-recommends $fetchDeps; \
147147 \
148- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2" ; \
149- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2.asc" ; \
148+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2" ; \
149+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2.asc" ; \
150150 export GNUPGHOME="$(mktemp -d)" ; \
151151# gpg key from https://nextcloud.com/nextcloud.asc
152152 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ RUN { \
150150 } > /etc/apache2/conf-available/apache-limits.conf; \
151151 a2enconf apache-limits
152152
153- ENV NEXTCLOUD_VERSION 31.0.5
153+ ENV NEXTCLOUD_VERSION 31.0.6
154154
155155RUN set -ex; \
156156 fetchDeps=" \
@@ -160,8 +160,8 @@ RUN set -ex; \
160160 apt-get update; \
161161 apt-get install -y --no-install-recommends $fetchDeps; \
162162 \
163- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2" ; \
164- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2.asc" ; \
163+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2" ; \
164+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2.asc" ; \
165165 export GNUPGHOME="$(mktemp -d)" ; \
166166# gpg key from https://nextcloud.com/nextcloud.asc
167167 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -130,16 +130,16 @@ RUN { \
130130VOLUME /var/www/html
131131
132132
133- ENV NEXTCLOUD_VERSION 31.0.5
133+ ENV NEXTCLOUD_VERSION 31.0.6
134134
135135RUN set -ex; \
136136 apk add --no-cache --virtual .fetch-deps \
137137 bzip2 \
138138 gnupg \
139139 ; \
140140 \
141- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2" ; \
142- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2.asc" ; \
141+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2" ; \
142+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2.asc" ; \
143143 export GNUPGHOME="$(mktemp -d)" ; \
144144# gpg key from https://nextcloud.com/nextcloud.asc
145145 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN { \
135135VOLUME /var/www/html
136136
137137
138- ENV NEXTCLOUD_VERSION 31.0.5
138+ ENV NEXTCLOUD_VERSION 31.0.6
139139
140140RUN set -ex; \
141141 fetchDeps=" \
@@ -145,8 +145,8 @@ RUN set -ex; \
145145 apt-get update; \
146146 apt-get install -y --no-install-recommends $fetchDeps; \
147147 \
148- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2" ; \
149- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2.asc" ; \
148+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2" ; \
149+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2.asc" ; \
150150 export GNUPGHOME="$(mktemp -d)" ; \
151151# gpg key from https://nextcloud.com/nextcloud.asc
152152 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change 1- 31.0.5
1+ 31.0.6
Original file line number Diff line number Diff line change 11{
22 "31" : {
33 "branch" : " 31" ,
4- "version" : " 31.0.5 " ,
5- "url" : " https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2" ,
6- "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-31.0.5 .tar.bz2.asc" ,
4+ "version" : " 31.0.6 " ,
5+ "url" : " https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2" ,
6+ "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-31.0.6 .tar.bz2.asc" ,
77 "variants" : {
88 "apache" : {
99 "variant" : " apache" ,
2727 },
2828 "30" : {
2929 "branch" : " 30" ,
30- "version" : " 30.0.11 " ,
31- "url" : " https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2" ,
32- "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-30.0.11 .tar.bz2.asc" ,
30+ "version" : " 30.0.12 " ,
31+ "url" : " https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2" ,
32+ "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-30.0.12 .tar.bz2.asc" ,
3333 "variants" : {
3434 "apache" : {
3535 "variant" : " apache" ,
You can’t perform that action at this time.
0 commit comments