Skip to content

Commit e56b9a4

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 16727bb commit e56b9a4

11 files changed

Lines changed: 37 additions & 37 deletions

File tree

29/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN { \
166166
} > /etc/apache2/conf-available/apache-limits.conf; \
167167
a2enconf apache-limits
168168

169-
ENV NEXTCLOUD_VERSION 29.0.13
169+
ENV NEXTCLOUD_VERSION 29.0.14
170170

171171
RUN set -ex; \
172172
fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176
apt-get update; \
177177
apt-get install -y --no-install-recommends $fetchDeps; \
178178
\
179-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2"; \
180-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2.asc"; \
179+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2"; \
180+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2.asc"; \
181181
export GNUPGHOME="$(mktemp -d)"; \
182182
# gpg key from https://nextcloud.com/nextcloud.asc
183183
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

29/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ RUN { \
146146
VOLUME /var/www/html
147147

148148

149-
ENV NEXTCLOUD_VERSION 29.0.13
149+
ENV NEXTCLOUD_VERSION 29.0.14
150150

151151
RUN set -ex; \
152152
apk add --no-cache --virtual .fetch-deps \
153153
bzip2 \
154154
gnupg \
155155
; \
156156
\
157-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2"; \
158-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2.asc"; \
157+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2"; \
158+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2.asc"; \
159159
export GNUPGHOME="$(mktemp -d)"; \
160160
# gpg key from https://nextcloud.com/nextcloud.asc
161161
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

29/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN { \
151151
VOLUME /var/www/html
152152

153153

154-
ENV NEXTCLOUD_VERSION 29.0.13
154+
ENV NEXTCLOUD_VERSION 29.0.14
155155

156156
RUN set -ex; \
157157
fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161
apt-get update; \
162162
apt-get install -y --no-install-recommends $fetchDeps; \
163163
\
164-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2"; \
165-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.13.tar.bz2.asc"; \
164+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2"; \
165+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.14.tar.bz2.asc"; \
166166
export GNUPGHOME="$(mktemp -d)"; \
167167
# gpg key from https://nextcloud.com/nextcloud.asc
168168
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

30/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN { \
166166
} > /etc/apache2/conf-available/apache-limits.conf; \
167167
a2enconf apache-limits
168168

169-
ENV NEXTCLOUD_VERSION 30.0.7
169+
ENV NEXTCLOUD_VERSION 30.0.8
170170

171171
RUN set -ex; \
172172
fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176
apt-get update; \
177177
apt-get install -y --no-install-recommends $fetchDeps; \
178178
\
179-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2"; \
180-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2.asc"; \
179+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2"; \
180+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2.asc"; \
181181
export GNUPGHOME="$(mktemp -d)"; \
182182
# gpg key from https://nextcloud.com/nextcloud.asc
183183
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

30/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ RUN { \
146146
VOLUME /var/www/html
147147

148148

149-
ENV NEXTCLOUD_VERSION 30.0.7
149+
ENV NEXTCLOUD_VERSION 30.0.8
150150

151151
RUN set -ex; \
152152
apk add --no-cache --virtual .fetch-deps \
153153
bzip2 \
154154
gnupg \
155155
; \
156156
\
157-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2"; \
158-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2.asc"; \
157+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2"; \
158+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2.asc"; \
159159
export GNUPGHOME="$(mktemp -d)"; \
160160
# gpg key from https://nextcloud.com/nextcloud.asc
161161
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

30/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN { \
151151
VOLUME /var/www/html
152152

153153

154-
ENV NEXTCLOUD_VERSION 30.0.7
154+
ENV NEXTCLOUD_VERSION 30.0.8
155155

156156
RUN set -ex; \
157157
fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161
apt-get update; \
162162
apt-get install -y --no-install-recommends $fetchDeps; \
163163
\
164-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2"; \
165-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.7.tar.bz2.asc"; \
164+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2"; \
165+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-30.0.8.tar.bz2.asc"; \
166166
export GNUPGHOME="$(mktemp -d)"; \
167167
# gpg key from https://nextcloud.com/nextcloud.asc
168168
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

31/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN { \
166166
} > /etc/apache2/conf-available/apache-limits.conf; \
167167
a2enconf apache-limits
168168

169-
ENV NEXTCLOUD_VERSION 31.0.1
169+
ENV NEXTCLOUD_VERSION 31.0.2
170170

171171
RUN set -ex; \
172172
fetchDeps=" \
@@ -176,8 +176,8 @@ RUN set -ex; \
176176
apt-get update; \
177177
apt-get install -y --no-install-recommends $fetchDeps; \
178178
\
179-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2"; \
180-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2.asc"; \
179+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2"; \
180+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2.asc"; \
181181
export GNUPGHOME="$(mktemp -d)"; \
182182
# gpg key from https://nextcloud.com/nextcloud.asc
183183
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

31/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ RUN { \
146146
VOLUME /var/www/html
147147

148148

149-
ENV NEXTCLOUD_VERSION 31.0.1
149+
ENV NEXTCLOUD_VERSION 31.0.2
150150

151151
RUN set -ex; \
152152
apk add --no-cache --virtual .fetch-deps \
153153
bzip2 \
154154
gnupg \
155155
; \
156156
\
157-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2"; \
158-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2.asc"; \
157+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2"; \
158+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2.asc"; \
159159
export GNUPGHOME="$(mktemp -d)"; \
160160
# gpg key from https://nextcloud.com/nextcloud.asc
161161
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

31/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN { \
151151
VOLUME /var/www/html
152152

153153

154-
ENV NEXTCLOUD_VERSION 31.0.1
154+
ENV NEXTCLOUD_VERSION 31.0.2
155155

156156
RUN set -ex; \
157157
fetchDeps=" \
@@ -161,8 +161,8 @@ RUN set -ex; \
161161
apt-get update; \
162162
apt-get install -y --no-install-recommends $fetchDeps; \
163163
\
164-
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2"; \
165-
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.1.tar.bz2.asc"; \
164+
curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2"; \
165+
curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-31.0.2.tar.bz2.asc"; \
166166
export GNUPGHOME="$(mktemp -d)"; \
167167
# gpg key from https://nextcloud.com/nextcloud.asc
168168
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
31.0.1
1+
31.0.2

0 commit comments

Comments
 (0)