File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ RUN { \
138138 } > /etc/apache2/conf-available/apache-limits.conf; \
139139 a2enconf apache-limits
140140
141- ENV NEXTCLOUD_VERSION 27.1.1
141+ ENV NEXTCLOUD_VERSION 27.1.2
142142
143143RUN set -ex; \
144144 fetchDeps=" \
@@ -148,8 +148,8 @@ RUN set -ex; \
148148 apt-get update; \
149149 apt-get install -y --no-install-recommends $fetchDeps; \
150150 \
151- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2" ; \
152- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2.asc" ; \
151+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2" ; \
152+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2.asc" ; \
153153 export GNUPGHOME="$(mktemp -d)" ; \
154154# gpg key from https://nextcloud.com/nextcloud.asc
155155 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ RUN { \
111111VOLUME /var/www/html
112112
113113
114- ENV NEXTCLOUD_VERSION 27.1.1
114+ ENV NEXTCLOUD_VERSION 27.1.2
115115
116116RUN set -ex; \
117117 apk add --no-cache --virtual .fetch-deps \
118118 bzip2 \
119119 gnupg \
120120 ; \
121121 \
122- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2" ; \
123- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2.asc" ; \
122+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2" ; \
123+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2.asc" ; \
124124 export GNUPGHOME="$(mktemp -d)" ; \
125125# gpg key from https://nextcloud.com/nextcloud.asc
126126 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ RUN { \
123123VOLUME /var/www/html
124124
125125
126- ENV NEXTCLOUD_VERSION 27.1.1
126+ ENV NEXTCLOUD_VERSION 27.1.2
127127
128128RUN set -ex; \
129129 fetchDeps=" \
@@ -133,8 +133,8 @@ RUN set -ex; \
133133 apt-get update; \
134134 apt-get install -y --no-install-recommends $fetchDeps; \
135135 \
136- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2" ; \
137- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2.asc" ; \
136+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2" ; \
137+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2.asc" ; \
138138 export GNUPGHOME="$(mktemp -d)" ; \
139139# gpg key from https://nextcloud.com/nextcloud.asc
140140 gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change 1- 27.1.1
1+ 27.1.2
Original file line number Diff line number Diff line change 11{
22 "27" : {
33 "branch" : " 27" ,
4- "version" : " 27.1.1 " ,
5- "url" : " https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2" ,
6- "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-27.1.1 .tar.bz2.asc" ,
4+ "version" : " 27.1.2 " ,
5+ "url" : " https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2" ,
6+ "ascUrl" : " https://download.nextcloud.com/server/releases/nextcloud-27.1.2 .tar.bz2.asc" ,
77 "variants" : {
88 "apache" : {
99 "variant" : " apache" ,
You can’t perform that action at this time.
0 commit comments