Skip to content

Commit 3f2d22d

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent fef9785 commit 3f2d22d

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

27/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

143143
RUN 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; \

27/fpm-alpine/Dockerfile

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

113113

114-
ENV NEXTCLOUD_VERSION 27.1.1
114+
ENV NEXTCLOUD_VERSION 27.1.2
115115

116116
RUN 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; \

27/fpm/Dockerfile

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

125125

126-
ENV NEXTCLOUD_VERSION 27.1.1
126+
ENV NEXTCLOUD_VERSION 27.1.2
127127

128128
RUN 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; \

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27.1.1
1+
27.1.2

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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",

0 commit comments

Comments
 (0)