Wouldn't be better to give php version?
Closed this issue · 0 comments
Lechu85 commented
Wouldn't be better to give php version in line below?
FROM php:fpm-stretch
For example:
FROM php:8.0.10-fpm
Why do you use "fpm-stretch" ? Is it an individual package prepared by someone??
And the similar problem with nginx: FROM nginx:latest
Isn't it dangerous to give last version? In a year two, when a new nginx will come?