File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 32.0.7
153+ ENV NEXTCLOUD_VERSION 32.0.8
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://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2" ; \
164- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2.asc" ; \
163+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2" ; \
164+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .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 @@ -128,16 +128,16 @@ RUN { \
128128VOLUME /var/www/html
129129
130130
131- ENV NEXTCLOUD_VERSION 32.0.7
131+ ENV NEXTCLOUD_VERSION 32.0.8
132132
133133RUN set -ex; \
134134 apk add --no-cache --virtual .fetch-deps \
135135 bzip2 \
136136 gnupg \
137137 ; \
138138 \
139- curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2" ; \
140- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2.asc" ; \
139+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2" ; \
140+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2.asc" ; \
141141 export GNUPGHOME="$(mktemp -d)" ; \
142142# gpg key from https://nextcloud.com/nextcloud.asc
143143 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 32.0.7
138+ ENV NEXTCLOUD_VERSION 32.0.8
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://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2" ; \
149- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2.asc" ; \
148+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2" ; \
149+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .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 33.0.1
153+ ENV NEXTCLOUD_VERSION 33.0.2
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://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2" ; \
164- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2.asc" ; \
163+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2" ; \
164+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .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 @@ -128,16 +128,16 @@ RUN { \
128128VOLUME /var/www/html
129129
130130
131- ENV NEXTCLOUD_VERSION 33.0.1
131+ ENV NEXTCLOUD_VERSION 33.0.2
132132
133133RUN set -ex; \
134134 apk add --no-cache --virtual .fetch-deps \
135135 bzip2 \
136136 gnupg \
137137 ; \
138138 \
139- curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2" ; \
140- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2.asc" ; \
139+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2" ; \
140+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2.asc" ; \
141141 export GNUPGHOME="$(mktemp -d)" ; \
142142# gpg key from https://nextcloud.com/nextcloud.asc
143143 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 33.0.1
138+ ENV NEXTCLOUD_VERSION 33.0.2
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://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2" ; \
149- curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2.asc" ; \
148+ curl -fsSL -o nextcloud.tar.bz2 "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2" ; \
149+ curl -fsSL -o nextcloud.tar.bz2.asc "https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .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- 33.0.1
1+ 33.0.2
Original file line number Diff line number Diff line change 11{
22 "33" : {
33 "branch" : " 33" ,
4- "version" : " 33.0.1 " ,
5- "url" : " https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2" ,
6- "ascUrl" : " https://github.com/nextcloud-releases/server/releases/download/v33.0.1 /nextcloud-33.0.1 .tar.bz2.asc" ,
4+ "version" : " 33.0.2 " ,
5+ "url" : " https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2" ,
6+ "ascUrl" : " https://github.com/nextcloud-releases/server/releases/download/v33.0.2 /nextcloud-33.0.2 .tar.bz2.asc" ,
77 "variants" : {
88 "apache" : {
99 "variant" : " apache" ,
2727 },
2828 "32" : {
2929 "branch" : " 32" ,
30- "version" : " 32.0.7 " ,
31- "url" : " https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2" ,
32- "ascUrl" : " https://github.com/nextcloud-releases/server/releases/download/v32.0.7 /nextcloud-32.0.7 .tar.bz2.asc" ,
30+ "version" : " 32.0.8 " ,
31+ "url" : " https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2" ,
32+ "ascUrl" : " https://github.com/nextcloud-releases/server/releases/download/v32.0.8 /nextcloud-32.0.8 .tar.bz2.asc" ,
3333 "variants" : {
3434 "apache" : {
3535 "variant" : " apache" ,
You can’t perform that action at this time.
0 commit comments