PHP 8.4.16#13
Merged
scortellino merged 4 commits intomasterfrom Jan 9, 2026
Merged
Conversation
It will be used for Promoter since 8.1.2 is no longer security supported. The 8.3 will end in a year and 8.4 will end in almost 3 years. 8.5 is too early to use.
renechz
reviewed
Jan 9, 2026
| @@ -0,0 +1,71 @@ | |||
| FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf | |||
Contributor
There was a problem hiding this comment.
Can you update the Dockerfile.template to include this dependency? https://github.com/bandsintown/docker-php/blob/master/Dockerfile.template
Then you should be able to use the build_dockerfiles.sh script to generate this new version.
Contributor
Author
There was a problem hiding this comment.
Ok added that line
Contributor
|
To release to production + DockerHub you need to update the Buildkite pipeline to release this version. |
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.
It will be used for Promoter since 8.1.2 is no longer security supported. The 8.3 will end in a year and 8.4 will end in almost 3 years. 8.5 is too early to use.
I put this Dockerfile content in Promoter repo for testing and deployed to Staging and looks good to me.
My understanding is that the best practice is to put in this repo and I assume it will be uploaded in Dockerhub (not sure how that part works). I can then only replace this content by "FROM bandsintown/php:8.4.15-fpm" in the Promoter repo Dockerfile.
8.4.16 has an update security update from 8.4.15.
Thanks.