serversideup/php:8.2-fpm-nginx installing PHP 8.3? #223
-
Affected Docker Imagesserversideup/php:8.2-fpm-nginx Current BehaviorMy deploy has just broken because -- assuming I'm reading this correctly; I could be an idiot -- it's trying to install PHP 8.3 and associated libraries. Last week the same automated process ran without mention of PHP 8.3. Expected BehaviorEverything should be PHP 8.2. Steps To ReproduceMy automated deploy runs with a[n unchanged] Dockerfile:
I have an automated process that builds that dockerfile and deploys it. Host Operating SystemGithub Actions "ubuntu-latest" runner Docker VersionUnknown Anything else?No response |
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Nov 27, 2023
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Offlein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a bug with
serversideup/php
I ran a quick test and we're shipping PHP 8.2 by default still (had me worried 😅)
Possible culprit
You have these lines:
Change them to:
Let me know if this works!