File tree Expand file tree Collapse file tree 13 files changed +179
-104
lines changed Expand file tree Collapse file tree 13 files changed +179
-104
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN { \
140
140
} > /etc/apache2/conf-available/apache-limits.conf; \
141
141
a2enconf apache-limits
142
142
143
- ENV NEXTCLOUD_VERSION 28.0.12
143
+ ENV NEXTCLOUD_VERSION 28.0.14
144
144
145
145
RUN set -ex; \
146
146
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
150
150
apt-get update; \
151
151
apt-get install -y --no-install-recommends $fetchDeps; \
152
152
\
153
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2" ; \
154
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2.asc" ; \
153
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2" ; \
154
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2.asc" ; \
155
155
export GNUPGHOME="$(mktemp -d)" ; \
156
156
# gpg key from https://nextcloud.com/nextcloud.asc
157
157
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ RUN { \
120
120
VOLUME /var/www/html
121
121
122
122
123
- ENV NEXTCLOUD_VERSION 28.0.12
123
+ ENV NEXTCLOUD_VERSION 28.0.14
124
124
125
125
RUN set -ex; \
126
126
apk add --no-cache --virtual .fetch-deps \
127
127
bzip2 \
128
128
gnupg \
129
129
; \
130
130
\
131
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2" ; \
132
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2.asc" ; \
131
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2" ; \
132
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2.asc" ; \
133
133
export GNUPGHOME="$(mktemp -d)" ; \
134
134
# gpg key from https://nextcloud.com/nextcloud.asc
135
135
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN { \
125
125
VOLUME /var/www/html
126
126
127
127
128
- ENV NEXTCLOUD_VERSION 28.0.12
128
+ ENV NEXTCLOUD_VERSION 28.0.14
129
129
130
130
RUN set -ex; \
131
131
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
135
135
apt-get update; \
136
136
apt-get install -y --no-install-recommends $fetchDeps; \
137
137
\
138
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2" ; \
139
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.12 .tar.bz2.asc" ; \
138
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2" ; \
139
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.14 .tar.bz2.asc" ; \
140
140
export GNUPGHOME="$(mktemp -d)" ; \
141
141
# gpg key from https://nextcloud.com/nextcloud.asc
142
142
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN { \
140
140
} > /etc/apache2/conf-available/apache-limits.conf; \
141
141
a2enconf apache-limits
142
142
143
- ENV NEXTCLOUD_VERSION 29.0.9
143
+ ENV NEXTCLOUD_VERSION 29.0.10
144
144
145
145
RUN set -ex; \
146
146
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
150
150
apt-get update; \
151
151
apt-get install -y --no-install-recommends $fetchDeps; \
152
152
\
153
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2" ; \
154
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2.asc" ; \
153
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2" ; \
154
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2.asc" ; \
155
155
export GNUPGHOME="$(mktemp -d)" ; \
156
156
# gpg key from https://nextcloud.com/nextcloud.asc
157
157
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ RUN { \
120
120
VOLUME /var/www/html
121
121
122
122
123
- ENV NEXTCLOUD_VERSION 29.0.9
123
+ ENV NEXTCLOUD_VERSION 29.0.10
124
124
125
125
RUN set -ex; \
126
126
apk add --no-cache --virtual .fetch-deps \
127
127
bzip2 \
128
128
gnupg \
129
129
; \
130
130
\
131
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2" ; \
132
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2.asc" ; \
131
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2" ; \
132
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2.asc" ; \
133
133
export GNUPGHOME="$(mktemp -d)" ; \
134
134
# gpg key from https://nextcloud.com/nextcloud.asc
135
135
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN { \
125
125
VOLUME /var/www/html
126
126
127
127
128
- ENV NEXTCLOUD_VERSION 29.0.9
128
+ ENV NEXTCLOUD_VERSION 29.0.10
129
129
130
130
RUN set -ex; \
131
131
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
135
135
apt-get update; \
136
136
apt-get install -y --no-install-recommends $fetchDeps; \
137
137
\
138
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2" ; \
139
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.9 .tar.bz2.asc" ; \
138
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2" ; \
139
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.10 .tar.bz2.asc" ; \
140
140
export GNUPGHOME="$(mktemp -d)" ; \
141
141
# gpg key from https://nextcloud.com/nextcloud.asc
142
142
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN { \
140
140
} > /etc/apache2/conf-available/apache-limits.conf; \
141
141
a2enconf apache-limits
142
142
143
- ENV NEXTCLOUD_VERSION 30.0.2
143
+ ENV NEXTCLOUD_VERSION 30.0.4
144
144
145
145
RUN set -ex; \
146
146
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
150
150
apt-get update; \
151
151
apt-get install -y --no-install-recommends $fetchDeps; \
152
152
\
153
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2" ; \
154
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2.asc" ; \
153
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2" ; \
154
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2.asc" ; \
155
155
export GNUPGHOME="$(mktemp -d)" ; \
156
156
# gpg key from https://nextcloud.com/nextcloud.asc
157
157
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ RUN { \
120
120
VOLUME /var/www/html
121
121
122
122
123
- ENV NEXTCLOUD_VERSION 30.0.2
123
+ ENV NEXTCLOUD_VERSION 30.0.4
124
124
125
125
RUN set -ex; \
126
126
apk add --no-cache --virtual .fetch-deps \
127
127
bzip2 \
128
128
gnupg \
129
129
; \
130
130
\
131
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2" ; \
132
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2.asc" ; \
131
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2" ; \
132
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2.asc" ; \
133
133
export GNUPGHOME="$(mktemp -d)" ; \
134
134
# gpg key from https://nextcloud.com/nextcloud.asc
135
135
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN { \
125
125
VOLUME /var/www/html
126
126
127
127
128
- ENV NEXTCLOUD_VERSION 30.0.2
128
+ ENV NEXTCLOUD_VERSION 30.0.4
129
129
130
130
RUN set -ex; \
131
131
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
135
135
apt-get update; \
136
136
apt-get install -y --no-install-recommends $fetchDeps; \
137
137
\
138
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2" ; \
139
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.2 .tar.bz2.asc" ; \
138
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2" ; \
139
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.4 .tar.bz2.asc" ; \
140
140
export GNUPGHOME="$(mktemp -d)" ; \
141
141
# gpg key from https://nextcloud.com/nextcloud.asc
142
142
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
You can’t perform that action at this time.
0 commit comments