Skip to content

serversideup/php:8.2-fpm-nginx installing PHP 8.3? #223

Answered by jaydrogers
Offlein asked this question in Q&A
Discussion options

You must be logged in to vote

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:

apt-get install -y php-imagick php-redis

Change them to:

apt-get install -y php8.2-imagick php8.2-redis

Let me know if this works!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Offlein
Comment options

@jaydrogers
Comment options

@Offlein
Comment options

@ssatz
Comment options

Answer selected by Offlein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #222 on November 27, 2023 20:09.