File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ RUN { \
138
138
} > /etc/apache2/conf-available/apache-limits.conf; \
139
139
a2enconf apache-limits
140
140
141
- ENV NEXTCLOUD_VERSION 28.0.1
141
+ ENV NEXTCLOUD_VERSION 28.0.2
142
142
143
143
RUN set -ex; \
144
144
fetchDeps=" \
@@ -148,8 +148,8 @@ RUN set -ex; \
148
148
apt-get update; \
149
149
apt-get install -y --no-install-recommends $fetchDeps; \
150
150
\
151
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2" ; \
152
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2.asc" ; \
151
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2" ; \
152
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2.asc" ; \
153
153
export GNUPGHOME="$(mktemp -d)" ; \
154
154
# gpg key from https://nextcloud.com/nextcloud.asc
155
155
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ RUN { \
111
111
VOLUME /var/www/html
112
112
113
113
114
- ENV NEXTCLOUD_VERSION 28.0.1
114
+ ENV NEXTCLOUD_VERSION 28.0.2
115
115
116
116
RUN set -ex; \
117
117
apk add --no-cache --virtual .fetch-deps \
118
118
bzip2 \
119
119
gnupg \
120
120
; \
121
121
\
122
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2" ; \
123
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2.asc" ; \
122
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2" ; \
123
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2.asc" ; \
124
124
export GNUPGHOME="$(mktemp -d)" ; \
125
125
# gpg key from https://nextcloud.com/nextcloud.asc
126
126
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ RUN { \
123
123
VOLUME /var/www/html
124
124
125
125
126
- ENV NEXTCLOUD_VERSION 28.0.1
126
+ ENV NEXTCLOUD_VERSION 28.0.2
127
127
128
128
RUN set -ex; \
129
129
fetchDeps=" \
@@ -133,8 +133,8 @@ RUN set -ex; \
133
133
apt-get update; \
134
134
apt-get install -y --no-install-recommends $fetchDeps; \
135
135
\
136
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2" ; \
137
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2.asc" ; \
136
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2" ; \
137
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2.asc" ; \
138
138
export GNUPGHOME="$(mktemp -d)" ; \
139
139
# gpg key from https://nextcloud.com/nextcloud.asc
140
140
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change 1
- 28.0.1
1
+ 28.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"28" : {
3
3
"branch" : " 28" ,
4
- "version" : " 28.0.1 " ,
5
- "url" : " https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2" ,
6
- "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-28.0.1 .tar.bz2.asc" ,
4
+ "version" : " 28.0.2 " ,
5
+ "url" : " https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2" ,
6
+ "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-28.0.2 .tar.bz2.asc" ,
7
7
"variants" : {
8
8
"apache" : {
9
9
"variant" : " apache" ,
You can’t perform that action at this time.
0 commit comments