Error when building docker image with extensions #383
-
Hello everyone,
but I'm receiving this error 💥 👇
Any ideas how to solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Jun 19, 2024
Replies: 1 comment 3 replies
-
Make sure you're doing a There was a bug last week that was fixed by re-running the build: #380 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: It's a deeper issue
The image
serversideup/php:8.3.6-fpm-nginx
was built with a version older thanv3.2.0
.Workaround
Use
serversideup/php:8.3.8-fpm-nginx
or update the NGINX key manually in your Dockerfile:docker-php/src/variations/fpm-nginx/Dockerfile
Lines 25 to 49 in 11e8235