-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[security] Update to nextcloud 22.2.3 and 21.0.7 #11316
Merged
Merged
+13
−13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 0aa74d8:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4018420..618f913 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,32 +16,32 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 7fc6772513dd0da3b790dac4fcdc2e7b90a72546
Directory: 20/fpm-alpine
-Tags: 21.0.6-apache, 21.0-apache, 21-apache, 21.0.6, 21.0, 21
+Tags: 21.0.7-apache, 21.0-apache, 21-apache, 21.0.7, 21.0, 21
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7fc6772513dd0da3b790dac4fcdc2e7b90a72546
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 21/apache
-Tags: 21.0.6-fpm, 21.0-fpm, 21-fpm
+Tags: 21.0.7-fpm, 21.0-fpm, 21-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7fc6772513dd0da3b790dac4fcdc2e7b90a72546
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 21/fpm
-Tags: 21.0.6-fpm-alpine, 21.0-fpm-alpine, 21-fpm-alpine
+Tags: 21.0.7-fpm-alpine, 21.0-fpm-alpine, 21-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7fc6772513dd0da3b790dac4fcdc2e7b90a72546
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 21/fpm-alpine
-Tags: 22.2.2-apache, 22.2-apache, 22-apache, apache, stable-apache, production-apache, 22.2.2, 22.2, 22, latest, stable, production
+Tags: 22.2.3-apache, 22.2-apache, 22-apache, apache, stable-apache, production-apache, 22.2.3, 22.2, 22, latest, stable, production
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: dc24ba0fcb257e409256c29aec05517037ff3647
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 22/apache
-Tags: 22.2.2-fpm, 22.2-fpm, 22-fpm, fpm, stable-fpm, production-fpm
+Tags: 22.2.3-fpm, 22.2-fpm, 22-fpm, fpm, stable-fpm, production-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: dc24ba0fcb257e409256c29aec05517037ff3647
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 22/fpm
-Tags: 22.2.2-fpm-alpine, 22.2-fpm-alpine, 22-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
+Tags: 22.2.3-fpm-alpine, 22.2-fpm-alpine, 22-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: dc24ba0fcb257e409256c29aec05517037ff3647
+GitCommit: 4821c307e90f05fef629c08fb93b8edc7e62c374
Directory: 22/fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 1dde193..2a2268e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -18,10 +18,10 @@ nextcloud:21.0
nextcloud:21.0-apache
nextcloud:21.0-fpm
nextcloud:21.0-fpm-alpine
-nextcloud:21.0.6
-nextcloud:21.0.6-apache
-nextcloud:21.0.6-fpm
-nextcloud:21.0.6-fpm-alpine
+nextcloud:21.0.7
+nextcloud:21.0.7-apache
+nextcloud:21.0.7-fpm
+nextcloud:21.0.7-fpm-alpine
nextcloud:22
nextcloud:22-apache
nextcloud:22-fpm
@@ -30,10 +30,10 @@ nextcloud:22.2
nextcloud:22.2-apache
nextcloud:22.2-fpm
nextcloud:22.2-fpm-alpine
-nextcloud:22.2.2
-nextcloud:22.2.2-apache
-nextcloud:22.2.2-fpm
-nextcloud:22.2.2-fpm-alpine
+nextcloud:22.2.3
+nextcloud:22.2.3-apache
+nextcloud:22.2.3-fpm
+nextcloud:22.2.3-fpm-alpine
nextcloud:apache
nextcloud:fpm
nextcloud:fpm-alpine
diff --git a/nextcloud_21-fpm-alpine/Dockerfile b/nextcloud_21-fpm-alpine/Dockerfile
index 1ccf31b..7e52dd2 100644
--- a/nextcloud_21-fpm-alpine/Dockerfile
+++ b/nextcloud_21-fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/nextcloud_21-fpm/Dockerfile b/nextcloud_21-fpm/Dockerfile
index f769fc6..beac5c0 100644
--- a/nextcloud_21-fpm/Dockerfile
+++ b/nextcloud_21-fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_21/Dockerfile b/nextcloud_21/Dockerfile
index b47234f..591c8d9 100644
--- a/nextcloud_21/Dockerfile
+++ b/nextcloud_21/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.6
+ENV NEXTCLOUD_VERSION 21.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_production-fpm-alpine/Dockerfile b/nextcloud_production-fpm-alpine/Dockerfile
index 98ceb94..0b0efcd 100644
--- a/nextcloud_production-fpm-alpine/Dockerfile
+++ b/nextcloud_production-fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/nextcloud_production-fpm/Dockerfile b/nextcloud_production-fpm/Dockerfile
index 8fde133..dacac86 100644
--- a/nextcloud_production-fpm/Dockerfile
+++ b/nextcloud_production-fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
fetchDeps=" \
diff --git a/nextcloud_production/Dockerfile b/nextcloud_production/Dockerfile
index 90f0fb8..e870e6f 100644
--- a/nextcloud_production/Dockerfile
+++ b/nextcloud_production/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.2.2
+ENV NEXTCLOUD_VERSION 22.2.3
RUN set -ex; \
fetchDeps=" \ Relevant Maintainers:
|
CI failures are our normal flaky tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.