Skip to content
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

Friendica - Bump to PHP 8.0 #13654

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Conversation

nupplaphil
Copy link
Contributor

addresses #13622 (comment)

@github-actions
Copy link

github-actions bot commented Dec 4, 2022

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:

@yosifkit yosifkit merged commit 306d395 into docker-library:master Dec 5, 2022
@nupplaphil nupplaphil deleted the friendica branch December 5, 2022 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants