Friendica - Bump to PHP 8.0#13654
Merged
yosifkit merged 1 commit intodocker-library:masterfrom Dec 5, 2022
Merged
Conversation
Diff for b445586:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9bbd7c5..da3044e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,30 +4,30 @@ GitFetch: refs/heads/stable
Tags: 2022.10-apache, apache, stable-apache, 2022.10, latest, stable
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 39791e62fd6ea0b19ac10663c0913a3cb149dc0f
Directory: 2022.10/apache
Tags: 2022.10-fpm, fpm, stable-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 39791e62fd6ea0b19ac10663c0913a3cb149dc0f
Directory: 2022.10/fpm
Tags: 2022.10-fpm-alpine, fpm-alpine, stable-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 39791e62fd6ea0b19ac10663c0913a3cb149dc0f
Directory: 2022.10/fpm-alpine
Tags: 2022.12-dev-apache, dev-apache, 2022.12-dev, dev
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 10d5fff6b424b084ee3f43fd65ea054611337ba8
Directory: 2022.12-dev/apache
Tags: 2022.12-dev-fpm, dev-fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 10d5fff6b424b084ee3f43fd65ea054611337ba8
Directory: 2022.12-dev/fpm
Tags: 2022.12-dev-fpm-alpine, dev-fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6df70e0d04bdfd9e0c38f0cf193dcf0ee27890c1
+GitCommit: 10d5fff6b424b084ee3f43fd65ea054611337ba8
Directory: 2022.12-dev/fpm-alpine
diff --git a/friendica_dev-fpm-alpine/Dockerfile b/friendica_dev-fpm-alpine/Dockerfile
index 255c791..72567b7 100644
--- a/friendica_dev-fpm-alpine/Dockerfile
+++ b/friendica_dev-fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.4-fpm-alpine
+FROM php:8.0-fpm-alpine
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/friendica_dev-fpm/Dockerfile b/friendica_dev-fpm/Dockerfile
index 9973792..58ed29a 100644
--- a/friendica_dev-fpm/Dockerfile
+++ b/friendica_dev-fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-fpm-bullseye
+FROM php:8.0-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/friendica_dev/Dockerfile b/friendica_dev/Dockerfile
index 77d69c0..ccb4c72 100644
--- a/friendica_dev/Dockerfile
+++ b/friendica_dev/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-apache-bullseye
+FROM php:8.0-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/friendica_stable-fpm-alpine/Dockerfile b/friendica_stable-fpm-alpine/Dockerfile
index 707667b..a101c06 100644
--- a/friendica_stable-fpm-alpine/Dockerfile
+++ b/friendica_stable-fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.4-fpm-alpine
+FROM php:8.0-fpm-alpine
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/friendica_stable-fpm/Dockerfile b/friendica_stable-fpm/Dockerfile
index 226b374..8cc83bd 100644
--- a/friendica_stable-fpm/Dockerfile
+++ b/friendica_stable-fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-fpm-bullseye
+FROM php:8.0-fpm-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/friendica_stable/Dockerfile b/friendica_stable/Dockerfile
index 3bb1aec..92e9a11 100644
--- a/friendica_stable/Dockerfile
+++ b/friendica_stable/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.4-apache-bullseye
+FROM php:8.0-apache-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \Relevant Maintainers:
|
This file contains hidden or 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
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.
addresses #13622 (comment)